522609f27ac3c4b031b58fee15c36689462a2919 author Timur Tabi 1346227677 +0000 committer David S. Miller 1346347771 -0400 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 Signed-off-by: David S. Miller Ÿܸ”