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:
@@ -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); */
|
||||
|
||||
|
Reference in New Issue
Block a user