Skip to content

Commit

Permalink
fsl_pq_mdio: Fix compile failure
Browse files Browse the repository at this point in the history
Add EXPORT_SYMBOL_GPL(fsl_pq_mdio_bus_name) for module builds

Signed-off-by: Segher Boessenkool <[email protected]>
Signed-off-by: Kumar Gala <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
segher authored and davem330 committed Apr 2, 2009
1 parent 0ac023f commit b6bc978
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/fsl_pq_mdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
(unsigned long long)taddr);
}
EXPORT_SYMBOL_GPL(fsl_pq_mdio_bus_name);

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

0 comments on commit b6bc978

Please sign in to comment.