Skip to content

Commit bc4de26

Browse files
ffainellidavem330
authored andcommitted
r6040: set MODULE_VERSION
This patch sets MODULE_VERSION in order to help users track changes to this module. Signed-off-by: Florian Fainelli <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 5ee1c32 commit bc4de26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/r6040.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ MODULE_AUTHOR("Sten Wang <[email protected]>,"
160160
"Florian Fainelli <[email protected]>");
161161
MODULE_LICENSE("GPL");
162162
MODULE_DESCRIPTION("RDC R6040 NAPI PCI FastEthernet driver");
163+
MODULE_VERSION(DRV_VERSION " " DRV_RELDATE);
163164

164165
/* RX and TX interrupts that we handle */
165166
#define RX_INTS (RX_FIFO_FULL | RX_NO_DESC | RX_FINISH)

0 commit comments

Comments
 (0)