Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 12747784 authored by Lennert Buytenhek's avatar Lennert Buytenhek Committed by Jeff Garzik
Browse files

[PATCH] ixp2000: add driver version, bump version to 0.2

parent 8ce51d69
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -24,6 +24,8 @@
#include "ixpdev_priv.h"
#include "ixpdev_priv.h"
#include "ixpdev.h"
#include "ixpdev.h"


#define DRV_MODULE_VERSION	"0.2"

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


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

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