diff options
author | Timur Tabi <timur@freescale.com> | 2012-08-29 08:07:57 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-08-30 13:29:31 -0400 |
commit | 19bcd6c618ac9356c076d711fab7046664b3860a (patch) | |
tree | 9900b03f8028f7a7b936a7aee076dd2b420468a4 /drivers/net/ethernet/freescale/ucc_geth.c | |
parent | 522609f27ac3c4b031b58fee15c36689462a2919 (diff) | |
download | blackbird-op-linux-19bcd6c618ac9356c076d711fab7046664b3860a.tar.gz blackbird-op-linux-19bcd6c618ac9356c076d711fab7046664b3860a.zip |
net/freescale: do not export any functions from fsl_pq_mdio.c
None of the functions in fsl_pq_mdio.c are used by any other source file,
so there's no point in exporting them. Merge the header file into the
source file, make all the functions static, remove any EXPORT_SYMBOL
statements, and delete any #include "fsl_pq_mdio.h" statements.
Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/freescale/ucc_geth.c')
-rw-r--r-- | drivers/net/ethernet/freescale/ucc_geth.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/freescale/ucc_geth.c b/drivers/net/ethernet/freescale/ucc_geth.c index 21c6574c5f15..164288439220 100644 --- a/drivers/net/ethernet/freescale/ucc_geth.c +++ b/drivers/net/ethernet/freescale/ucc_geth.c @@ -42,7 +42,6 @@ #include <asm/machdep.h> #include "ucc_geth.h" -#include "fsl_pq_mdio.h" #undef DEBUG |