aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2010-04-06 22:08:57 +0000
committerDavid S. Miller <davem@davemloft.net>2010-04-07 02:07:48 -0700
commit13130c7a9909df0f675623d73cafe595f93ce617 (patch)
tree2f0071e112de332c70584e08090b384bc5a020c2 /drivers/net
parentau1000-eth: allow driver to be compiled as a module (diff)
downloadlinux-dev-13130c7a9909df0f675623d73cafe595f93ce617.tar.xz
linux-dev-13130c7a9909df0f675623d73cafe595f93ce617.zip
au1000-eth: set MODULE_VERSION
Signed-off-by: Florian Fainelli <florian@openwrt.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/au1000_eth.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/au1000_eth.c b/drivers/net/au1000_eth.c
index 29631593cc23..b96abc586c79 100644
--- a/drivers/net/au1000_eth.c
+++ b/drivers/net/au1000_eth.c
@@ -83,6 +83,7 @@ static int au1000_debug = 3;
MODULE_AUTHOR(DRV_AUTHOR);
MODULE_DESCRIPTION(DRV_DESC);
MODULE_LICENSE("GPL");
+MODULE_VERSION(DRV_VERSION);
/*
* Theory of operation