typhoon: Kill references to UTS_RELEASE
authorDavid S. Miller <davem@davemloft.net>
Mon, 24 Jan 2011 23:11:02 +0000 (15:11 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Jan 2011 23:11:02 +0000 (15:11 -0800)
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>
drivers/net/typhoon.c

index a3c46f6..7fa5ec2 100644 (file)
@@ -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)");