From: Felipe Balbi Date: Fri, 8 Jan 2010 22:23:15 +0000 (-0700) Subject: OMAP2xxx clock: clk2xxx.c doesn't compile if CPUFREQ is enabled X-Git-Tag: v2.6.33-rc4~20^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19fe458310915a216bbba32a210b6f29ac7c929f;p=pandora-kernel.git OMAP2xxx clock: clk2xxx.c doesn't compile if CPUFREQ is enabled if we enable CPUFREQ we can't build omap2 for two reasons, one of them is fixed by the patch below. It's failing because the __must_be_array() check in ARRAY_SIZE() is failing and printing the following message: arch/arm/mach-omap2/clock2xxx.c:453: error: negative width in bit-field '' Signed-off-by: Felipe Balbi [paul@pwsan.com: commit message updated; changed rate variable name] Signed-off-by: Paul Walmsley --- Reading git-diff-tree failed