diff options
-rw-r--r-- | drivers/net/wireless/ath/ath5k/pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath5k/pci.c b/drivers/net/wireless/ath/ath5k/pci.c index 39f033128c5a..7f8c5b0e9d2a 100644 --- a/drivers/net/wireless/ath/ath5k/pci.c +++ b/drivers/net/wireless/ath/ath5k/pci.c | |||
@@ -45,6 +45,7 @@ static DEFINE_PCI_DEVICE_TABLE(ath5k_pci_id_table) = { | |||
45 | { PCI_VDEVICE(ATHEROS, 0x001d) }, /* 2417 Nala */ | 45 | { PCI_VDEVICE(ATHEROS, 0x001d) }, /* 2417 Nala */ |
46 | { 0 } | 46 | { 0 } |
47 | }; | 47 | }; |
48 | MODULE_DEVICE_TABLE(pci, ath5k_pci_id_table); | ||
48 | 49 | ||
49 | /* return bus cachesize in 4B word units */ | 50 | /* return bus cachesize in 4B word units */ |
50 | static void ath5k_pci_read_cachesize(struct ath_common *common, int *csz) | 51 | static void ath5k_pci_read_cachesize(struct ath_common *common, int *csz) |