msm: boards: Fix fallout from removal of machine_desc in fixup
authorStephen Boyd <sboyd@codeaurora.org>
Tue, 25 Oct 2011 16:35:19 +0000 (09:35 -0700)
committerDavid Brown <davidb@codeaurora.org>
Tue, 1 Nov 2011 23:10:33 +0000 (16:10 -0700)
After 0744a3ee (ARM: platform fixups: remove mdesc argument to
fixup function, 2010-12-20) the fixup functions introduced in
9e775ad (ARM: 7012/1: Set proper TEXT_OFFSET for newer MSMs,
2011-08-12) cause warnings like:

arch/arm/mach-msm/board-msm8x60.c:85: warning: initialization
from incompatible pointer type

Fix them by removing the machine_desc argument from the fixup
functions.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: David Brown <davidb@codeaurora.org>

No differences found