From: Rusty Russell Date: Mon, 3 Feb 2014 00:45:13 +0000 (+1030) Subject: module: remove MODULE_GENERIC_TABLE X-Git-Tag: v3.15-rc1~67^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cff26a51da5d206d3baf871e75778da44710219d;p=pandora-kernel.git 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 --- Reading git-diff-tree failed