From: Paul Walmsley Date: Fri, 8 Jan 2010 22:23:09 +0000 (-0700) Subject: OMAP clock: remove incorrect EXPORT_SYMBOL()s X-Git-Tag: v2.6.33-rc4~20^2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1e624982194e617b6f5c7d61305a3e8d9078952;p=pandora-kernel.git OMAP clock: remove incorrect EXPORT_SYMBOL()s The only symbols that should be exported are symbols that are to be called from loadable kernel modules, e.g., device drivers. In the context of plat-omap/clock.c, these should only be the Linux clock interface symbols as defined by include/linux/clk.h. Core code doesn't need these symbols to be exported. Also, clean up an old comment while here. Signed-off-by: Paul Walmsley --- Reading git-diff-tree failed