]> git.baikalelectronics.ru Git - kernel.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)
commita019938a8351430ab02510dfd8c038d4e7f1f2d4
treedf624f824bfd2ca052e12aa2ff91aa13ddafe97a
parentefa1ceb26f574077b9095cf0346596b8d9fc1e69
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 13a4016c949827f80597aeafbb5e8248139788b9
   "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