r6040: set MODULE_VERSION
authorFlorian Fainelli <florian@openwrt.org>
Wed, 8 Apr 2009 22:50:43 +0000 (15:50 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Apr 2009 22:50:43 +0000 (15:50 -0700)
This patch sets MODULE_VERSION in order to help users track
changes to this module.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/r6040.c

index 5e8540b..6f97b47 100644 (file)
@@ -160,6 +160,7 @@ MODULE_AUTHOR("Sten Wang <sten.wang@rdc.com.tw>,"
        "Florian Fainelli <florian@openwrt.org>");
 MODULE_LICENSE("GPL");
 MODULE_DESCRIPTION("RDC R6040 NAPI PCI FastEthernet driver");
+MODULE_VERSION(DRV_VERSION " " DRV_RELDATE);
 
 /* RX and TX interrupts that we handle */
 #define RX_INTS                        (RX_FIFO_FULL | RX_NO_DESC | RX_FINISH)