treewide: Remove unnecessary SSB_DEVTABLE_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 13:19:24 -08:00
committed by David S. Miller
父節點 f7219b527b
當前提交 673e2baaa6
共有 6 個文件被更改,包括 5 次插入7 次删除

查看文件

@@ -24,7 +24,7 @@ MODULE_LICENSE("GPL");
static const struct ssb_device_id ssb_gige_tbl[] = {
SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_ETHERNET_GBIT, SSB_ANY_REV),
SSB_DEVTABLE_END
{},
};
/* MODULE_DEVICE_TABLE(ssb, ssb_gige_tbl); */