nrhw20: remove trailing comma

This commit is contained in:
Rene Straub 2018-02-19 11:44:43 +01:00
parent 825e2d48d9
commit 80639f42bd
1 changed files with 1 additions and 1 deletions

View File

@ -909,7 +909,7 @@ static struct cpsw_slave_data cpsw_slaves[] = {
.slave_reg_ofs = 0x208, .slave_reg_ofs = 0x208,
.sliver_reg_ofs = 0xd80, .sliver_reg_ofs = 0xd80,
.phy_if = PHY_INTERFACE_MODE_RMII, .phy_if = PHY_INTERFACE_MODE_RMII,
.phy_addr = 0, .phy_addr = 0
} }
}; };