summaryrefslogtreecommitdiffstats
path: root/kernel/module.c
diff options
context:
space:
mode:
authorRusty Russell2014-02-03 01:45:13 +0100
committerRusty Russell2014-03-13 02:41:00 +0100
commitcff26a51da5d206d3baf871e75778da44710219d (patch)
tree7a2fb0e8338ea79cd735b927add6bb2908ca23b3 /kernel/module.c
parentmodule: allow multiple calls to MODULE_DEVICE_TABLE() per module (diff)
downloadkernel-qcow2-linux-cff26a51da5d206d3baf871e75778da44710219d.tar.gz
kernel-qcow2-linux-cff26a51da5d206d3baf871e75778da44710219d.tar.xz
kernel-qcow2-linux-cff26a51da5d206d3baf871e75778da44710219d.zip
module: remove MODULE_GENERIC_TABLE
MODULE_DEVICE_TABLE() calles MODULE_GENERIC_TABLE(); make it do the work directly. This also removes a wart introduced in the last patch, where the alias is defined to be an unknown struct type "struct type##__##name##_device_id" instead of "struct type##_device_id" (it's an extern so GCC doesn't care, but it's wrong). The other user of MODULE_GENERIC_TABLE (ISAPNP_CARD_TABLE) is unused, so delete it. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'kernel/module.c')
0 files changed, 0 insertions, 0 deletions