diff options
author | David S. Miller <davem@davemloft.net> | 2011-01-24 23:11:02 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-01-24 23:11:02 (GMT) |
commit | 2505c5483137aa630806df9cd08a82d1cac72cc9 (patch) | |
tree | eb1f284e9f04afa3714b771cef8be5c6300e05f2 /drivers/net/typhoon.c | |
parent | fa6d5d4f2b0df1e9b613b7b5926805b8a4306d44 (diff) | |
download | linux-fsl-qoriq-2505c5483137aa630806df9cd08a82d1cac72cc9.tar.xz |
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 'drivers/net/typhoon.c')
-rw-r--r-- | drivers/net/typhoon.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/typhoon.c b/drivers/net/typhoon.c index a3c46f6..7fa5ec2 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)"); |