ARM: msm: Remove call to missing FPGA init on 8660
commit49b26e0dfdaea23bdae182110c58d63d566b288a
authorDavid Brown <davidb@codeaurora.org>
Tue, 8 Nov 2011 17:40:07 +0000 (8 09:40 -0800)
committerDavid Brown <davidb@codeaurora.org>
Thu, 13 Sep 2012 17:38:55 +0000 (13 10:38 -0700)
treea9b565a8a2b6b47984172e897ffe0b96921d466e
parent28a33cbc24e4256c143dce96c7d93bf423229f92
ARM: msm: Remove call to missing FPGA init on 8660

A previous patch[1] added code to initialize an FPGA register on the
8660 "SURF" development platform.  Since this development platform is
not widely available, and there is now a more available device "the
Dragonboard" based on the same core SOC, this change was dropped.

However, the DT code kept a lingering call to this FPGA init function.
Remove it.

[1] https://lkml.org/lkml/2011/8/12/357

Signed-off-by: David Brown <davidb@codeaurora.org>
arch/arm/mach-msm/board-msm8x60.c