Re: [PATCH] net: tulip: de4x5: Drop redundant MODULE_DEVICE_TABLE()

2019-05-26 Thread David Miller
From: Kees Cook Date: Fri, 24 May 2019 13:20:19 -0700 > Building with Clang reports the redundant use of MODULE_DEVICE_TABLE(): > > drivers/net/ethernet/dec/tulip/de4x5.c:2110:1: error: redefinition of > '__mod_eisa__de4x5_eisa_ids_device_table' > MODULE_DEVICE_TABLE(eisa, de4x5_eisa_ids); > ^

[PATCH] net: tulip: de4x5: Drop redundant MODULE_DEVICE_TABLE()

2019-05-24 Thread Kees Cook
Building with Clang reports the redundant use of MODULE_DEVICE_TABLE(): drivers/net/ethernet/dec/tulip/de4x5.c:2110:1: error: redefinition of '__mod_eisa__de4x5_eisa_ids_device_table' MODULE_DEVICE_TABLE(eisa, de4x5_eisa_ids); ^ ./include/linux/module.h:229:21: note: expanded from macro 'MODULE_D