Skip to content

Commit

Permalink
[PATCH] ixp2000: add driver version, bump version to 0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
  • Loading branch information
Lennert Buytenhek authored and Jeff Garzik committed Dec 1, 2005
1 parent 8ce51d6 commit 1274778
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/net/ixp2000/ixpdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
#include "ixpdev_priv.h"
#include "ixpdev.h"

#define DRV_MODULE_VERSION "0.2"

static int nds_count;
static struct net_device **nds;
static int nds_open;
Expand Down Expand Up @@ -302,6 +304,8 @@ int ixpdev_init(int __nds_count, struct net_device **__nds,
__too_many_rx_or_tx_buffers();
}

printk(KERN_INFO "IXP2000 MSF ethernet driver %s\n", DRV_MODULE_VERSION);

nds_count = __nds_count;
nds = __nds;
set_port_admin_status = __set_port_admin_status;
Expand Down

0 comments on commit 1274778

Please sign in to comment.