diff options
author | Paul Walmsley <paul@pwsan.com> | 2010-01-08 15:23:09 -0700 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2010-01-08 15:23:09 -0700 |
commit | d1e624982194e617b6f5c7d61305a3e8d9078952 (patch) | |
tree | 32adc32525ceea3e941993cc04f040f445a28b65 /lib | |
parent | 3e3ee1560daaf09bb5dbe3afd35ca2f75e2e116a (diff) | |
download | op-kernel-dev-d1e624982194e617b6f5c7d61305a3e8d9078952.zip op-kernel-dev-d1e624982194e617b6f5c7d61305a3e8d9078952.tar.gz |
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>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions