]> git.baikalelectronics.ru Git - kernel.git/commit
OMAP clock: remove incorrect EXPORT_SYMBOL()s
authorPaul Walmsley <paul@pwsan.com>
Fri, 8 Jan 2010 22:23:09 +0000 (15:23 -0700)
committerPaul Walmsley <paul@pwsan.com>
Fri, 8 Jan 2010 22:23:09 +0000 (15:23 -0700)
commitf433253b0e53252aa937b6bfb7c08ef52ed9a658
tree32adc32525ceea3e941993cc04f040f445a28b65
parent7df5de57d960397719b4d456acdd5b5e8a7074fa
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 <paul@pwsan.com>
arch/arm/plat-omap/clock.c