Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
cde3b01
can: bxcan: Remove comma after sentinel-entry in match-table
Siddharth-Vadapalli-at-TI Sep 4, 2026
ae01760
can: c_can: Remove comma after sentinel-entry in match-table
Siddharth-Vadapalli-at-TI Sep 4, 2026
d05a8ac
can: flexcan: Remove comma after sentinel-entry in match-table
Siddharth-Vadapalli-at-TI Sep 4, 2026
95e4869
can: ifi_canfd: Remove comma after sentinel-entry in match-table
Siddharth-Vadapalli-at-TI Sep 4, 2026
748c6c7
can: m_can: Remove comma after sentinel-entry in match-table
Siddharth-Vadapalli-at-TI Sep 4, 2026
77e3922
can: sja1000: f81601: Remove comma after sentinel-entry in match-table
Siddharth-Vadapalli-at-TI Sep 4, 2026
747bb88
can: sja1000_platform: Remove comma after sentinel-entry in match-table
Siddharth-Vadapalli-at-TI Sep 4, 2026
e1af731
net: dsa: b53: mdio: Remove comma after sentinel-entry in match-table
Siddharth-Vadapalli-at-TI Sep 4, 2026
ab3e94b
net: dsa: b53: srab: Remove comma after sentinel-entry in match-table
Siddharth-Vadapalli-at-TI Sep 4, 2026
6f2eb2a
net: dsa: bcm_sf2: Remove comma after sentinel-entry in match-table
Siddharth-Vadapalli-at-TI Sep 4, 2026
0befe0e
net: dsa: hellcreek: Remove comma after sentinel-entry in match-table
Siddharth-Vadapalli-at-TI Sep 4, 2026
21130eb
net: dsa: lan9303: i2c: Remove comma after sentinel-entry in match-table
Siddharth-Vadapalli-at-TI Sep 4, 2026
6df43b5
net: dsa: lan9303: mdio: Remove comma after sentinel-entry in match-t…
Siddharth-Vadapalli-at-TI Sep 4, 2026
2d26ce5
net: dsa: mxl-gsw1xx: Remove comma after sentinel-entry in match-table
Siddharth-Vadapalli-at-TI Sep 4, 2026
0cdb7b6
net: dsa: mt7530: mdio: Remove comma after sentinel-entry in match-table
Siddharth-Vadapalli-at-TI Sep 4, 2026
65559ba
net: dsa: mt7530: mmio: Remove comma after sentinel-entry in match-table
Siddharth-Vadapalli-at-TI Sep 4, 2026
c525483
net: dsa: mv88e6060: Remove comma after sentinel-entry in match-table
Siddharth-Vadapalli-at-TI Sep 4, 2026
8c5c632
net: dsa: mv88e6xxx: Remove comma after sentinel-entry in match-table
Siddharth-Vadapalli-at-TI Sep 4, 2026
40ee078
net: dsa: qca8k: Remove comma after sentinel-entry in match-table
Siddharth-Vadapalli-at-TI Sep 4, 2026
60cad74
net: dsa: realtek: rtl8365mb: Remove comma after sentinel-entry in ma…
Siddharth-Vadapalli-at-TI Sep 4, 2026
767c600
net: dsa: realtek: rtl8366rb: Remove comma after sentinel-entry in ma…
Siddharth-Vadapalli-at-TI Sep 4, 2026
62ca948
net: dsa: rzn1_a5psw: Remove comma after sentinel-entry in match-table
Siddharth-Vadapalli-at-TI Sep 4, 2026
9c8b6e1
net: dsa: sja1105: Remove comma after sentinel-entry in match-table
Siddharth-Vadapalli-at-TI Sep 4, 2026
18aca13
net: bcmasp: Remove comma after sentinel-entry in match-table
Siddharth-Vadapalli-at-TI Sep 4, 2026
72b1d62
net: spacemit: k1_emac: Remove comma after sentinel-entry in match-table
Siddharth-Vadapalli-at-TI Sep 4, 2026
5e24d53
net: ti: am65-cpsw-nuss: Remove comma after sentinel-entry in match-t…
Siddharth-Vadapalli-at-TI Sep 4, 2026
3f95b72
net: ethernet: ti: cpsw: Remove comma after sentinel-entry in match-t…
Siddharth-Vadapalli-at-TI Sep 4, 2026
b5f68d1
net: ethernet: ti: cpsw_new: Remove comma after sentinel-entry in mat…
Siddharth-Vadapalli-at-TI Sep 4, 2026
3313683
net: mdio: bcm-iproc: Remove comma after sentinel-entry in match-table
Siddharth-Vadapalli-at-TI Sep 4, 2026
d47529a
net: mdio: bcm-unimac: Remove comma after sentinel-entry in match-table
Siddharth-Vadapalli-at-TI Sep 4, 2026
0917d71
net: pcs: xpcs-plat: Remove comma after sentinel-entry in match-table
Siddharth-Vadapalli-at-TI Sep 4, 2026
2eb7364
net: phy: nxp-c45-tja11xx: Remove comma after sentinel-entry in match…
Siddharth-Vadapalli-at-TI Sep 4, 2026
2f2b62f
net: wan: slic_ds26522: Remove comma after sentinel-entry in match-table
Siddharth-Vadapalli-at-TI Sep 4, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion drivers/net/can/bxcan.c
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@ static SIMPLE_DEV_PM_OPS(bxcan_pm_ops, bxcan_suspend, bxcan_resume);

static const struct of_device_id bxcan_of_match[] = {
{.compatible = "st,stm32f4-bxcan"},
{ /* sentinel */ },
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, bxcan_of_match);

Expand Down
4 changes: 2 additions & 2 deletions drivers/net/can/c_can/c_can_platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ static const struct platform_device_id c_can_id_table[] = {
.name = "d_can",
.driver_data = (kernel_ulong_t)&d_can_drvdata,
},
{ /* sentinel */ },
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(platform, c_can_id_table);

Expand All @@ -249,7 +249,7 @@ static const struct of_device_id c_can_of_table[] = {
{ .compatible = "ti,dra7-d_can", .data = &dra7_dcan_drvdata },
{ .compatible = "ti,am3352-d_can", .data = &am3352_dcan_drvdata },
{ .compatible = "ti,am4372-d_can", .data = &am3352_dcan_drvdata },
{ /* sentinel */ },
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, c_can_of_table);

Expand Down
2 changes: 1 addition & 1 deletion drivers/net/can/flexcan/flexcan-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2070,7 +2070,7 @@ static const struct of_device_id flexcan_of_match[] = {
{ .compatible = "fsl,ls1021ar2-flexcan", .data = &fsl_ls1021a_r2_devtype_data, },
{ .compatible = "fsl,lx2160ar1-flexcan", .data = &fsl_lx2160a_r1_devtype_data, },
{ .compatible = "nxp,s32g2-flexcan", .data = &nxp_s32g2_devtype_data, },
{ /* sentinel */ },
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, flexcan_of_match);

Expand Down
2 changes: 1 addition & 1 deletion drivers/net/can/ifi_canfd/ifi_canfd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1044,7 +1044,7 @@ static void ifi_canfd_plat_remove(struct platform_device *pdev)

static const struct of_device_id ifi_canfd_of_table[] = {
{ .compatible = "ifi,canfd-1.0", .data = NULL },
{ /* sentinel */ },
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, ifi_canfd_of_table);

Expand Down
2 changes: 1 addition & 1 deletion drivers/net/can/m_can/m_can_platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ static const struct dev_pm_ops m_can_pmops = {

static const struct of_device_id m_can_of_table[] = {
{ .compatible = "bosch,m_can", .data = NULL },
{ /* sentinel */ },
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, m_can_of_table);

Expand Down
2 changes: 1 addition & 1 deletion drivers/net/can/sja1000/f81601.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ struct f81601_pci_card {

static const struct pci_device_id f81601_pci_tbl[] = {
{ PCI_DEVICE(0x1c29, 0x1703) },
{ /* sentinel */ },
{ /* sentinel */ }
};

MODULE_DEVICE_TABLE(pci, f81601_pci_tbl);
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/can/sja1000/sja1000_platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ static const struct of_device_id sp_of_table[] = {
{ .compatible = "nxp,sja1000", .data = NULL, },
{ .compatible = "renesas,rzn1-sja1000", .data = &renesas_data, },
{ .compatible = "technologic,sja1000", .data = &technologic_data, },
{ /* sentinel */ },
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, sp_of_table);

Expand Down
2 changes: 1 addition & 1 deletion drivers/net/dsa/b53/b53_mdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ static const struct of_device_id b53_of_match[] = {
{ .compatible = "brcm,bcm5395" },
{ .compatible = "brcm,bcm5397" },
{ .compatible = "brcm,bcm5398" },
{ /* sentinel */ },
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, b53_of_match);

Expand Down
2 changes: 1 addition & 1 deletion drivers/net/dsa/b53/b53_srab.c
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ static const struct of_device_id b53_srab_of_match[] = {
{ .compatible = "brcm,cygnus-srab", .data = (void *)BCM583XX_DEVICE_ID },
{ .compatible = "brcm,nsp-srab", .data = (void *)BCM58XX_DEVICE_ID },
{ .compatible = "brcm,omega-srab", .data = (void *)BCM583XX_DEVICE_ID },
{ /* sentinel */ },
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, b53_srab_of_match);

Expand Down
2 changes: 1 addition & 1 deletion drivers/net/dsa/bcm_sf2.c
Original file line number Diff line number Diff line change
Expand Up @@ -1358,7 +1358,7 @@ static const struct of_device_id bcm_sf2_of_match[] = {
{ .compatible = "brcm,bcm7278-switch-v4.8",
.data = &bcm_sf2_7278_data
},
{ /* sentinel */ },
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, bcm_sf2_of_match);

Expand Down
2 changes: 1 addition & 1 deletion drivers/net/dsa/hirschmann/hellcreek.c
Original file line number Diff line number Diff line change
Expand Up @@ -2093,7 +2093,7 @@ static const struct of_device_id hellcreek_of_match[] = {
.compatible = "hirschmann,hellcreek-de1soc-r1",
.data = &de1soc_r1_pdata,
},
{ /* sentinel */ },
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, hellcreek_of_match);

Expand Down
2 changes: 1 addition & 1 deletion drivers/net/dsa/lan9303_i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ MODULE_DEVICE_TABLE(i2c, lan9303_i2c_id);

static const struct of_device_id lan9303_i2c_of_match[] = {
{ .compatible = "smsc,lan9303-i2c", },
{ /* sentinel */ },
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, lan9303_i2c_of_match);

Expand Down
2 changes: 1 addition & 1 deletion drivers/net/dsa/lan9303_mdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ static void lan9303_mdio_shutdown(struct mdio_device *mdiodev)
static const struct of_device_id lan9303_mdio_of_match[] = {
{ .compatible = "smsc,lan9303-mdio" },
{ .compatible = "microchip,lan9354-mdio" },
{ /* sentinel */ },
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, lan9303_mdio_of_match);

Expand Down
2 changes: 1 addition & 1 deletion drivers/net/dsa/lantiq/mxl-gsw1xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ static const struct of_device_id gsw1xx_of_match[] = {
{ .compatible = "maxlinear,gsw140", .data = &gsw140_data },
{ .compatible = "maxlinear,gsw141", .data = &gsw141_data },
{ .compatible = "maxlinear,gsw145", .data = &gsw140_data },
{ /* sentinel */ },
{ /* sentinel */ }
};

MODULE_DEVICE_TABLE(of, gsw1xx_of_match);
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/dsa/mt7530-mdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ static const struct of_device_id mt7530_of_match[] = {
{ .compatible = "mediatek,mt7621", .data = &mt753x_table[ID_MT7621], },
{ .compatible = "mediatek,mt7530", .data = &mt753x_table[ID_MT7530], },
{ .compatible = "mediatek,mt7531", .data = &mt753x_table[ID_MT7531], },
{ /* sentinel */ },
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, mt7530_of_match);

Expand Down
2 changes: 1 addition & 1 deletion drivers/net/dsa/mt7530-mmio.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ static const struct of_device_id mt7988_of_match[] = {
{ .compatible = "airoha,en7581-switch", .data = &mt753x_table[ID_EN7581], },
{ .compatible = "econet,en7528-switch", .data = &mt753x_table[ID_EN7528], },
{ .compatible = "mediatek,mt7988-switch", .data = &mt753x_table[ID_MT7988], },
{ /* sentinel */ },
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, mt7988_of_match);

Expand Down
2 changes: 1 addition & 1 deletion drivers/net/dsa/mv88e6060.c
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ static const struct of_device_id mv88e6060_of_match[] = {
{
.compatible = "marvell,mv88e6060",
},
{ /* sentinel */ },
{ /* sentinel */ }
};

static struct mdio_driver mv88e6060_driver = {
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/dsa/mv88e6xxx/chip.c
Original file line number Diff line number Diff line change
Expand Up @@ -7513,7 +7513,7 @@ static const struct of_device_id mv88e6xxx_of_match[] = {
.compatible = "marvell,mv88e6250",
.data = &mv88e6xxx_table[MV88E6250],
},
{ /* sentinel */ },
{ /* sentinel */ }
};

MODULE_DEVICE_TABLE(of, mv88e6xxx_of_match);
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/dsa/qca/qca8k-8xxx.c
Original file line number Diff line number Diff line change
Expand Up @@ -2215,7 +2215,7 @@ static const struct of_device_id qca8k_of_match[] = {
{ .compatible = "qca,qca8328", .data = &qca8328 },
{ .compatible = "qca,qca8334", .data = &qca833x },
{ .compatible = "qca,qca8337", .data = &qca833x },
{ /* sentinel */ },
{ /* sentinel */ }
};

static struct mdio_driver qca8kmdio_driver = {
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/dsa/realtek/rtl8365mb_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3346,7 +3346,7 @@ const struct realtek_variant rtl8365mb_variant = {

static const struct of_device_id rtl8365mb_of_match[] = {
{ .compatible = "realtek,rtl8365mb", .data = &rtl8365mb_variant, },
{ /* sentinel */ },
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, rtl8365mb_of_match);

Expand Down
2 changes: 1 addition & 1 deletion drivers/net/dsa/realtek/rtl8366rb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1839,7 +1839,7 @@ const struct realtek_variant rtl8366rb_variant = {

static const struct of_device_id rtl8366rb_of_match[] = {
{ .compatible = "realtek,rtl8366rb", .data = &rtl8366rb_variant, },
{ /* sentinel */ },
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, rtl8366rb_of_match);

Expand Down
2 changes: 1 addition & 1 deletion drivers/net/dsa/rzn1_a5psw.c
Original file line number Diff line number Diff line change
Expand Up @@ -1299,7 +1299,7 @@ static void a5psw_shutdown(struct platform_device *pdev)

static const struct of_device_id a5psw_of_mtable[] = {
{ .compatible = "renesas,rzn1-a5psw", },
{ /* sentinel */ },
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, a5psw_of_mtable);

Expand Down
2 changes: 1 addition & 1 deletion drivers/net/dsa/sja1105/sja1105_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3374,7 +3374,7 @@ static const struct of_device_id sja1105_dt_ids[] = {
{ .compatible = "nxp,sja1110b", .data = &sja1110b_info },
{ .compatible = "nxp,sja1110c", .data = &sja1110c_info },
{ .compatible = "nxp,sja1110d", .data = &sja1110d_info },
{ /* sentinel */ },
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, sja1105_dt_ids);

Expand Down
4 changes: 2 additions & 2 deletions drivers/net/ethernet/broadcom/asp2/bcmasp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1209,15 +1209,15 @@ static const struct of_device_id bcmasp_of_match[] = {
{ .compatible = "brcm,asp-v2.1", .data = &v21_plat_data },
{ .compatible = "brcm,asp-v2.2", .data = &v22_plat_data },
{ .compatible = "brcm,asp-v3.0", .data = &v30_plat_data },
{ /* sentinel */ },
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, bcmasp_of_match);

static const struct of_device_id bcmasp_mdio_of_match[] = {
{ .compatible = "brcm,asp-v2.1-mdio", },
{ .compatible = "brcm,asp-v2.2-mdio", },
{ .compatible = "brcm,asp-v3.0-mdio", },
{ /* sentinel */ },
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, bcmasp_mdio_of_match);

Expand Down
4 changes: 2 additions & 2 deletions drivers/net/ethernet/spacemit/k1_emac.c
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,7 @@ static const struct ethtool_rmon_hist_range emac_rmon_hist_ranges[] = {
{ 512, 1023 },
{ 1024, 1518 },
{ 1519, 4096 },
{ /* sentinel */ },
{ /* sentinel */ }
};

/* Like dev_fetch_dstats(), but we only use tx_drops */
Expand Down Expand Up @@ -2066,7 +2066,7 @@ static const struct dev_pm_ops emac_pm_ops = {

static const struct of_device_id emac_of_match[] = {
{ .compatible = "spacemit,k1-emac" },
{ /* sentinel */ },
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, emac_of_match);

Expand Down
2 changes: 1 addition & 1 deletion drivers/net/ethernet/ti/am65-cpsw-nuss.c
Original file line number Diff line number Diff line change
Expand Up @@ -3506,7 +3506,7 @@ static const struct of_device_id am65_cpsw_nuss_of_mtable[] = {
{ .compatible = "ti,j7200-cpswxg-nuss", .data = &j7200_cpswxg_pdata},
{ .compatible = "ti,j721e-cpswxg-nuss", .data = &j721e_cpswxg_pdata},
{ .compatible = "ti,j784s4-cpswxg-nuss", .data = &j784s4_cpswxg_pdata},
{ /* sentinel */ },
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, am65_cpsw_nuss_of_mtable);

Expand Down
2 changes: 1 addition & 1 deletion drivers/net/ethernet/ti/cpsw.c
Original file line number Diff line number Diff line change
Expand Up @@ -1529,7 +1529,7 @@ static const struct of_device_id cpsw_of_mtable[] = {
{ .compatible = "ti,am335x-cpsw"},
{ .compatible = "ti,am4372-cpsw"},
{ .compatible = "ti,dra7-cpsw"},
{ /* sentinel */ },
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, cpsw_of_mtable);

Expand Down
2 changes: 1 addition & 1 deletion drivers/net/ethernet/ti/cpsw_new.c
Original file line number Diff line number Diff line change
Expand Up @@ -1875,7 +1875,7 @@ static const struct of_device_id cpsw_of_mtable[] = {
{ .compatible = "ti,am335x-cpsw-switch"},
{ .compatible = "ti,am4372-cpsw-switch"},
{ .compatible = "ti,dra7-cpsw-switch"},
{ /* sentinel */ },
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, cpsw_of_mtable);

Expand Down
2 changes: 1 addition & 1 deletion drivers/net/mdio/mdio-bcm-iproc.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ static const struct dev_pm_ops iproc_mdio_pm_ops = {

static const struct of_device_id iproc_mdio_of_match[] = {
{ .compatible = "brcm,iproc-mdio", },
{ /* sentinel */ },
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, iproc_mdio_of_match);

Expand Down
2 changes: 1 addition & 1 deletion drivers/net/mdio/mdio-bcm-unimac.c
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ static const struct of_device_id unimac_mdio_ids[] = {
{ .compatible = "brcm,genet-mdio-v2", },
{ .compatible = "brcm,genet-mdio-v1", },
{ .compatible = "brcm,unimac-mdio", },
{ /* sentinel */ },
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, unimac_mdio_ids);

Expand Down
2 changes: 1 addition & 1 deletion drivers/net/pcs/pcs-xpcs-plat.c
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ static const struct of_device_id xpcs_of_ids[] = {
{ .compatible = "snps,dw-xpcs-gen4-6g", .data = &xpcs_pma_gen4_6g },
{ .compatible = "snps,dw-xpcs-gen5-10g", .data = &xpcs_pma_gen5_10g },
{ .compatible = "snps,dw-xpcs-gen5-12g", .data = &xpcs_pma_gen5_12g },
{ /* sentinel */ },
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, xpcs_of_ids);

Expand Down
2 changes: 1 addition & 1 deletion drivers/net/phy/nxp-c45-tja11xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -2180,7 +2180,7 @@ module_phy_driver(nxp_c45_driver);
static const struct mdio_device_id __maybe_unused nxp_c45_tbl[] = {
{ PHY_ID_MATCH_MODEL(PHY_ID_TJA_1103) },
{ PHY_ID_MATCH_MODEL(PHY_ID_TJA_1120) },
{ /*sentinel*/ },
{ /*sentinel*/ }
};

MODULE_DEVICE_TABLE(mdio, nxp_c45_tbl);
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wan/slic_ds26522.c
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ static int slic_ds26522_probe(struct spi_device *spi)

static const struct spi_device_id slic_ds26522_id[] = {
{ .name = "ds26522" },
{ /* sentinel */ },
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(spi, slic_ds26522_id);

Expand Down