diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/ixp2000/ixpdev.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/ixp2000/ixpdev.c b/drivers/net/ixp2000/ixpdev.c index 0f7b8ab62d78..52c5a1c5099c 100644 --- a/drivers/net/ixp2000/ixpdev.c +++ b/drivers/net/ixp2000/ixpdev.c | |||
@@ -24,6 +24,8 @@ | |||
24 | #include "ixpdev_priv.h" | 24 | #include "ixpdev_priv.h" |
25 | #include "ixpdev.h" | 25 | #include "ixpdev.h" |
26 | 26 | ||
27 | #define DRV_MODULE_VERSION "0.2" | ||
28 | |||
27 | static int nds_count; | 29 | static int nds_count; |
28 | static struct net_device **nds; | 30 | static struct net_device **nds; |
29 | static int nds_open; | 31 | static int nds_open; |
@@ -302,6 +304,8 @@ int ixpdev_init(int __nds_count, struct net_device **__nds, | |||
302 | __too_many_rx_or_tx_buffers(); | 304 | __too_many_rx_or_tx_buffers(); |
303 | } | 305 | } |
304 | 306 | ||
307 | printk(KERN_INFO "IXP2000 MSF ethernet driver %s\n", DRV_MODULE_VERSION); | ||
308 | |||
305 | nds_count = __nds_count; | 309 | nds_count = __nds_count; |
306 | nds = __nds; | 310 | nds = __nds; |
307 | set_port_admin_status = __set_port_admin_status; | 311 | set_port_admin_status = __set_port_admin_status; |