fsl_pq_mdio: Fix compile failure

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Thursday, April 2, 2009 - 10:07 pm

Gitweb:     http://git.kernel.org/linus/b6bc978b361bb9da7526a78b0a247bdd34984282
Commit:     b6bc978b361bb9da7526a78b0a247bdd34984282
Parent:     0ac023faa69e54c0c443da360fa2bf8fbd9e3078
Author:     Segher Boessenkool <segher@kernel.crashing.org>
AuthorDate: Thu Apr 2 13:57:30 2009 -0700
Committer:  David S. Miller <davem@davemloft.net>
CommitDate: Thu Apr 2 13:57:30 2009 -0700

    fsl_pq_mdio: Fix compile failure
    
    Add EXPORT_SYMBOL_GPL(fsl_pq_mdio_bus_name) for module builds
    
    Signed-off-by: Segher Boessenkool <segher@kernel.crashing.org>
    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
    Signed-off-by: David S. Miller <davem@davemloft.net>
---
 drivers/net/fsl_pq_mdio.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/net/fsl_pq_mdio.c b/drivers/net/fsl_pq_mdio.c
index d9e1ecf..aa1eb88 100644
--- a/drivers/net/fsl_pq_mdio.c
+++ b/drivers/net/fsl_pq_mdio.c
@@ -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)
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
fsl_pq_mdio: Fix compile failure, Linux Kernel Mailing ..., (Thu Apr 2, 10:07 pm)