treewide: Remove unnecessary BCMA_CORETABLE_END macro
authorJoe Perches <joe@perches.com>
Tue, 10 Feb 2015 20:55:03 +0000 (12:55 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 11 Feb 2015 22:38:28 +0000 (14:38 -0800)
Use the normal {} instead of a macro to terminate an array.

Remove the macro too.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bgmac.c
drivers/net/wireless/b43/main.c
drivers/net/wireless/brcm80211/brcmsmac/mac80211_if.c
drivers/spi/spi-bcm53xx.c
drivers/usb/host/bcma-hcd.c
include/linux/mod_devicetable.h

index 3007d95..ea63cb0 100644 (file)
@@ -21,7 +21,7 @@
 static const struct bcma_device_id bgmac_bcma_tbl[] = {
        BCMA_CORE(BCMA_MANUF_BCM, BCMA_CORE_4706_MAC_GBIT, BCMA_ANY_REV, BCMA_ANY_CLASS),
        BCMA_CORE(BCMA_MANUF_BCM, BCMA_CORE_MAC_GBIT, BCMA_ANY_REV, BCMA_ANY_CLASS),
-       BCMA_CORETABLE_END
+       {},
 };
 MODULE_DEVICE_TABLE(bcma, bgmac_bcma_tbl);
 
Simple merge
Simple merge
Simple merge
Simple merge