]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/linux/isapnp.h
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwif...
[mirror_ubuntu-artful-kernel.git] / include / linux / isapnp.h
index e2d28b026a8ca3fb362341decd8f1a6f64904ea5..3c77bf9b1efd03384d0c5527ce93431762252f65 100644 (file)
 #define ISAPNP_DEVICE_ID(_va, _vb, _vc, _function) \
                { .vendor = ISAPNP_VENDOR(_va, _vb, _vc), .function = ISAPNP_FUNCTION(_function) }
 
-/* export used IDs outside module */
-#define ISAPNP_CARD_TABLE(name) \
-               MODULE_GENERIC_TABLE(isapnp_card, name)
-
 struct isapnp_card_id {
        unsigned long driver_data;      /* data private to the driver */
        unsigned short card_vendor, card_device;