module: remove MODULE_GENERIC_TABLE
Rusty Russell authored
commit cff26a51

 upstream.

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.

Bryan: gcc v3.3.2 cares
Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
Cc: Bryan Kadzban <bryan@kadzban.net>
Signed-off-by: default avatarJiri Slaby <jslaby@suse.cz>
1bf7e534
Name Last commit Last update
..
acpi ACPICA: Tables: Fix an issue that FACS initialization is performed twice
asm-generic arch: Clean up asm/barrier.h implementations using asm-generic/barrier.h
clocksource Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
crypto crypto: scatterwalk - Use sg_chain_ptr on chain entries
drm drm/radeon: add new OLAND pci id
dt-bindings ARM: dts: Fix pinctrl mask for omap3
keys KEYS: Asymmetric key pluggable data parsers
kvm arm/arm64: KVM: Require in-kernel vgic for the arch timers
linux module: remove MODULE_GENERIC_TABLE
math-emu math-emu: correct test for downshifting fraction in _FP_FROM_INT()
media media: vb2: fix VBI/poll regression
memory ddr: add LPDDR2 data from JESD209-2
misc [media] altera-stapl: it is time to move out from staging
net net: fix IP early demux races
pcmcia pcmcia/ds.h: introduce helper for pcmcia_driver module boilerplate
ras edac: add support for error type "Info"
rdma Merge branches 'cxgb4', 'flowsteer', 'ipoib', 'iser', 'mlx4', 'ocrdma' and 'qib' into for-next
rxrpc atomic: use <linux/atomic.h>
scsi scsi: do not issue SCSI RSOC command to Promise Vtrak E610f
sound ASoC: wm8904: Correct number of EQ registers
target target: Fix COMPARE_AND_WRITE with SG_TO_MEM_NOALLOC handling
trace SUNRPC: Fix oops when trace sunrpc_task events in nfs client
uapi USB: usbfs: allow URBs to be reaped after disconnection
video Merge tag 'fbdev-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux
xen x86/xen: Support kexec/kdump in HVM guests by doing a soft reset
Kbuild UAPI: remove empty Kbuild files