]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ath5k: Fix modinfo does not list alias -> pci-id lines
authorSedat Dilek <sedat.dilek@gmail.com>
Tue, 7 Dec 2010 21:35:50 +0000 (22:35 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 9 Dec 2010 13:53:42 +0000 (08:53 -0500)
commitb7ee1d01c5ff3bf2e51c8565ea00823cdbc2a9f3
treedf624f824bfd2ca052e12aa2ff91aa13ddafe97a
parent393934c6b5c8d00f9d1ae20670d4a770f07a418a
ath5k: Fix modinfo does not list alias -> pci-id lines

The AHB bus support patchset moved the table "Known PCI ids" from base.c
to pci.c - unfortunately, MODULE_DEVICE_TABLE() was not transferred.
With this fix 'modinfo ath5k' lists the alias -> pci-id lines, again.

The issue was introduced by:
   commit e5b046d86fac609f636d127a38de94a175c7e83b
   "ath5k: Move PCI bus functions to separate file."

Signed-off-by: Sedat Dilek <sedat.dilek@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath5k/pci.c