]> asedeno.scripts.mit.edu Git - linux.git/commit
OMAP2 clock: don't compile OMAP2430-only functions on non-2430 builds
authorPaul Walmsley <paul@pwsan.com>
Wed, 27 Jan 2010 03:13:09 +0000 (20:13 -0700)
committerPaul Walmsley <paul@pwsan.com>
Fri, 29 Jan 2010 01:13:50 +0000 (18:13 -0700)
commit6ebe0d88f5fead21d6e1ac328acc683c173d26fc
tree68db5bb42d7a8429c43f741cad9408c91384e2b5
parent44da0a51032f3d90a441bd80c2efe68532104980
OMAP2 clock: don't compile OMAP2430-only functions on non-2430 builds

omap2430_clk_i2chs_find_idlest() doesn't need to be compiled in on
non-2430 builds, so skip it in those cases to save memory.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
arch/arm/mach-omap2/clock2xxx.c