aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/forcedeth.c
diff options
context:
space:
mode:
authorAyaz Abdulla <aabdulla@nvidia.com>2009-03-05 08:02:38 +0000
committerDavid S. Miller <davem@davemloft.net>2009-03-10 05:29:52 -0700
commit3e1a3ce2f19a8a74fe6771f6dcd642d61ae050dc (patch)
tree0f46caa7f34bfdd32ac6c4ab02a4ac00014e73ae /drivers/net/forcedeth.c
parentforcedeth: fix irq clearing and napi spin lock changes (diff)
downloadlinux-dev-3e1a3ce2f19a8a74fe6771f6dcd642d61ae050dc.tar.xz
linux-dev-3e1a3ce2f19a8a74fe6771f6dcd642d61ae050dc.zip
forcedeth: version bump to 64
This patch bumps up the version to 0.64 Signed-off-by: Ayaz Abdulla <aabdulla@nvidia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--drivers/net/forcedeth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/forcedeth.c b/drivers/net/forcedeth.c
index 514aaf189af9..a858c6ff80dd 100644
--- a/drivers/net/forcedeth.c
+++ b/drivers/net/forcedeth.c
@@ -39,7 +39,7 @@
* DEV_NEED_TIMERIRQ will not harm you on sane hardware, only generating a few
* superfluous timer interrupts from the nic.
*/
-#define FORCEDETH_VERSION "0.63"
+#define FORCEDETH_VERSION "0.64"
#define DRV_NAME "forcedeth"
#include <linux/module.h>