summaryrefslogtreecommitdiffstats
path: root/drivers/usb
diff options
context:
space:
mode:
authorJoe Perches2015-02-10 21:55:03 +0100
committerDavid S. Miller2015-02-11 23:38:28 +0100
commitf7219b527b5710ae0c4add8faa4d0ea529722cb5 (patch)
tree9ce4fb75c6b219f4df803a4ff3110e5e718e00f6 /drivers/usb
parentrds: rds_cong_queue_updates needs to defer the congestion update transmission (diff)
downloadkernel-qcow2-linux-f7219b527b5710ae0c4add8faa4d0ea529722cb5.tar.gz
kernel-qcow2-linux-f7219b527b5710ae0c4add8faa4d0ea529722cb5.tar.xz
kernel-qcow2-linux-f7219b527b5710ae0c4add8faa4d0ea529722cb5.zip
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>
Diffstat (limited to 'drivers/usb')
-rw-r--r--drivers/usb/host/bcma-hcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/bcma-hcd.c b/drivers/usb/host/bcma-hcd.c
index cd6d0afb6b8f..526cfab41d5f 100644
--- a/drivers/usb/host/bcma-hcd.c
+++ b/drivers/usb/host/bcma-hcd.c
@@ -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);