|
@@ -2515,7 +2515,7 @@ static struct omap_hwmod_ocp_if am33xx_l4_hs__cpgmac0 = {
|
|
|
.user = OCP_USER_MPU,
|
|
|
};
|
|
|
|
|
|
-struct omap_hwmod_addr_space am33xx_mdio_addr_space[] = {
|
|
|
+static struct omap_hwmod_addr_space am33xx_mdio_addr_space[] = {
|
|
|
{
|
|
|
.pa_start = 0x4A101000,
|
|
|
.pa_end = 0x4A101000 + SZ_256 - 1,
|
|
@@ -2523,7 +2523,7 @@ struct omap_hwmod_addr_space am33xx_mdio_addr_space[] = {
|
|
|
{ }
|
|
|
};
|
|
|
|
|
|
-struct omap_hwmod_ocp_if am33xx_cpgmac0__mdio = {
|
|
|
+static struct omap_hwmod_ocp_if am33xx_cpgmac0__mdio = {
|
|
|
.master = &am33xx_cpgmac0_hwmod,
|
|
|
.slave = &am33xx_mdio_hwmod,
|
|
|
.addr = am33xx_mdio_addr_space,
|