From: Stephen Boyd Date: Tue, 25 Oct 2011 16:35:19 +0000 (-0700) Subject: msm: boards: Fix fallout from removal of machine_desc in fixup X-Git-Tag: v3.2-rc2~12^2~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47a6770ac6cd0d28f14dd9e1b17705abe6f05e41;p=pandora-kernel.git msm: boards: Fix fallout from removal of machine_desc in fixup 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 Signed-off-by: David Brown --- Reading git-diff-tree failed