aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/sunvnet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sunvnet.c b/drivers/net/sunvnet.c
index 4a0035f7a842..6415ce15c2ef 100644
--- a/drivers/net/sunvnet.c
+++ b/drivers/net/sunvnet.c
@@ -1130,7 +1130,7 @@ static struct vio_driver_ops vnet_vio_ops = {
1130 .handshake_complete = vnet_handshake_complete, 1130 .handshake_complete = vnet_handshake_complete,
1131}; 1131};
1132 1132
1133static void print_version(void) 1133static void __devinit print_version(void)
1134{ 1134{
1135 static int version_printed; 1135 static int version_printed;
1136 1136