|
From: Jan-Benedict G. <jb...@us...> - 2004-10-08 22:44:48
|
Update of /cvsroot/linux-vax/kernel-2.5/drivers/vax/net In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29550/drivers/vax/net Modified Files: sgec.c Log Message: - Make one more function static. Index: sgec.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/drivers/vax/net/sgec.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- sgec.c 8 Oct 2004 19:26:13 -0000 1.2 +++ sgec.c 8 Oct 2004 22:44:38 -0000 1.3 @@ -982,7 +982,7 @@ /* Find all the SGEC cards on the system and initialize them */ -int __init vax_sgec_probe(struct vsbus_device *vsbus_dev) +static int __init vax_sgec_probe (struct vsbus_device *vsbus_dev) { struct net_device *netdev; int retval; |