]> git.baikalelectronics.ru Git - kernel.git/commit
cpufreq: OMAP: fix build errors: depends on ARCH_OMAP2PLUS
authorKevin Hilman <khilman@ti.com>
Fri, 13 Apr 2012 20:32:30 +0000 (13:32 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 14 Apr 2012 00:57:40 +0000 (17:57 -0700)
commitafed2d40cdf4152e76ae859a60309925a9c9ad6b
tree7bd97d8bf2e59560ebfc21fbdaf69767e2173365
parent2ff3eb86c2d9368fbf4caa77c53e42bf7b334e5c
cpufreq: OMAP: fix build errors: depends on ARCH_OMAP2PLUS

The OMAP driver needs a 'depends on ARCH_OMAP2PLUS' since it only
builds for OMAP2+ platforms.

This 'depends on' was in the original patch from Russell King, but was
erroneously removed by me when making this option user-selectable in
commit 95a8f260 (cpufreq: OMAP driver depends CPUfreq tables.)  This
patch remedies that.

Apologies to Russell King for breaking his originally working patch.

Also, thanks to Grazvydas Ignotas for reporting the same problem.

Cc: Russell King <rmk+kernel@arm.linux.org.uk>
Cc: Grazvydas Ignotas <notasas@gmail.com>
Signed-off-by: Kevin Hilman <khilman@ti.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/cpufreq/Kconfig.arm