diff options
author | Ben Hutchings <[email protected]> | 2009-11-07 11:55:07 +0000 |
---|---|---|
committer | David S. Miller <[email protected]> | 2009-11-10 20:28:52 -0800 |
commit | 866691a21e8c9dfc58c5ab1ed77d5c41e779755b (patch) | |
tree | bccf9e9bab95751ce7131598d559a58be0d12c59 | |
parent | b9721d5a2fa00ad979c19a9511d43d2664d5381c (diff) |
spider-net: declare MODULE_FIRMWARE
Signed-off-by: Ben Hutchings <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
-rw-r--r-- | drivers/net/spider_net.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/spider_net.c b/drivers/net/spider_net.c index 90e663f4515c..782910cf220f 100644 --- a/drivers/net/spider_net.c +++ b/drivers/net/spider_net.c @@ -57,6 +57,7 @@ MODULE_AUTHOR("Utz Bacher <[email protected]> and Jens Osterkamp " \ MODULE_DESCRIPTION("Spider Southbridge Gigabit Ethernet driver"); MODULE_LICENSE("GPL"); MODULE_VERSION(VERSION); +MODULE_FIRMWARE(SPIDER_NET_FIRMWARE_NAME); static int rx_descriptors = SPIDER_NET_RX_DESCRIPTORS_DEFAULT; static int tx_descriptors = SPIDER_NET_TX_DESCRIPTORS_DEFAULT; |