From: Timur Tabi Date: Wed, 29 Aug 2012 08:07:57 +0000 (+0000) Subject: net/freescale: do not export any functions from fsl_pq_mdio.c X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~258 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19bcd6c618ac9356c076d711fab7046664b3860a;p=pandora-kernel.git 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 --- Reading git-diff-tree failed