commit | 19bcd6c618ac9356c076d711fab7046664b3860a | [log] [tgz] |
---|---|---|
author | Timur Tabi <timur@freescale.com> | Wed Aug 29 08:07:57 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 30 13:29:31 2012 -0400 |
tree | 9900b03f8028f7a7b936a7aee076dd2b420468a4 | |
parent | 522609f27ac3c4b031b58fee15c36689462a2919 [diff] |
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>