aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/typhoon.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2011-01-24 15:11:02 -0800
committerDavid S. Miller <davem@davemloft.net>2011-01-24 15:11:02 -0800
commit2505c5483137aa630806df9cd08a82d1cac72cc9 (patch)
treeeb1f284e9f04afa3714b771cef8be5c6300e05f2 /drivers/net/typhoon.c
parenttlan: add suspend/resume support (diff)
downloadlinux-dev-2505c5483137aa630806df9cd08a82d1cac72cc9.tar.xz
linux-dev-2505c5483137aa630806df9cd08a82d1cac72cc9.zip
typhoon: Kill references to UTS_RELEASE
This makes the driver get rebuilt every single time you type 'make' which is beyond rediculious. I hereby declare this driver to have version "1.0" Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--drivers/net/typhoon.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/typhoon.c b/drivers/net/typhoon.c
index a3c46f6a15e7..7fa5ec2de942 100644
--- a/drivers/net/typhoon.c
+++ b/drivers/net/typhoon.c
@@ -123,12 +123,11 @@ static const int multicast_filter_limit = 32;
#include <linux/in6.h>
#include <linux/dma-mapping.h>
#include <linux/firmware.h>
-#include <generated/utsrelease.h>
#include "typhoon.h"
MODULE_AUTHOR("David Dillow <dave@thedillows.org>");
-MODULE_VERSION(UTS_RELEASE);
+MODULE_VERSION("1.0");
MODULE_LICENSE("GPL");
MODULE_FIRMWARE(FIRMWARE_NAME);
MODULE_DESCRIPTION("3Com Typhoon Family (3C990, 3CR990, and variants)");