From: Sedat Dilek Date: Tue, 7 Dec 2010 21:35:50 +0000 (+0100) Subject: ath5k: Fix modinfo does not list alias -> pci-id lines X-Git-Tag: v2.6.38-rc1~476^2~169^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7ee1d01c5ff3bf2e51c8565ea00823cdbc2a9f3;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed