Skip to content
Commit 19fe4583 authored by Felipe Balbi's avatar Felipe Balbi Committed by Paul Walmsley
Browse files

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 '<anonymous>'

Signed-off-by: default avatarFelipe Balbi <felipe.balbi@nokia.com>
[paul@pwsan.com: commit message updated; changed rate variable name]
Signed-off-by: default avatarPaul Walmsley <paul@pwsan.com>
parent 9b11769f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment