Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b6bc978b authored by Segher Boessenkool's avatar Segher Boessenkool Committed by David S. Miller
Browse files

fsl_pq_mdio: Fix compile failure



Add EXPORT_SYMBOL_GPL(fsl_pq_mdio_bus_name) for module builds

Signed-off-by: default avatarSegher Boessenkool <segher@kernel.crashing.org>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0ac023fa
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -204,6 +204,7 @@ void fsl_pq_mdio_bus_name(char *name, struct device_node *np)
	snprintf(name, MII_BUS_ID_SIZE, "%s@%llx", np->name,
	snprintf(name, MII_BUS_ID_SIZE, "%s@%llx", np->name,
		(unsigned long long)taddr);
		(unsigned long long)taddr);
}
}
EXPORT_SYMBOL_GPL(fsl_pq_mdio_bus_name);


/* Scan the bus in reverse, looking for an empty spot */
/* Scan the bus in reverse, looking for an empty spot */
static int fsl_pq_mdio_find_free(struct mii_bus *new_bus)
static int fsl_pq_mdio_find_free(struct mii_bus *new_bus)