treewide: Remove unnecessary BCMA_CORETABLE_END macro

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>
This commit is contained in:
Joe Perches
2015-02-10 12:55:03 -08:00
zatwierdzone przez David S. Miller
rodzic 80ad0d4a7a
commit f7219b527b
6 zmienionych plików z 5 dodań i 7 usunięć

Wyświetl plik

@@ -306,7 +306,7 @@ static int bcma_hcd_resume(struct bcma_device *dev)
static const struct bcma_device_id bcma_hcd_table[] = {
BCMA_CORE(BCMA_MANUF_BCM, BCMA_CORE_USB20_HOST, BCMA_ANY_REV, BCMA_ANY_CLASS),
BCMA_CORETABLE_END
{},
};
MODULE_DEVICE_TABLE(bcma, bcma_hcd_table);