aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/ucc_geth.c
diff options
context:
space:
mode:
authorTimur Tabi <timur@freescale.com>2012-08-29 08:07:57 +0000
committerDavid S. Miller <davem@davemloft.net>2012-08-30 13:29:31 -0400
commit19bcd6c618ac9356c076d711fab7046664b3860a (patch)
tree9900b03f8028f7a7b936a7aee076dd2b420468a4 /drivers/net/ethernet/freescale/ucc_geth.c
parentbe2net: modify log msg for lack of privilege error (diff)
downloadlinux-dev-19bcd6c618ac9356c076d711fab7046664b3860a.tar.xz
linux-dev-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.c1
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