* [PATCH 2/7] au1000-eth: set MODULE_VERSION
@ 2010-04-07 8:08 Florian Fainelli
0 siblings, 0 replies; only message in thread
From: Florian Fainelli @ 2010-04-07 8:08 UTC (permalink / raw)
To: netdev; +Cc: David Miller
Signed-off-by: Florian Fainelli <florian@openwrt.org>
---
diff --git a/drivers/net/au1000_eth.c b/drivers/net/au1000_eth.c
index 2963159..b96abc5 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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-04-07 8:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-07 8:08 [PATCH 2/7] au1000-eth: set MODULE_VERSION Florian Fainelli
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.