video: msm: Fix section mismatches in mddi.c
authorDavid Brown <davidb@codeaurora.org>
Thu, 12 Apr 2012 18:36:50 +0000 (11:36 -0700)
committerDavid Brown <davidb@codeaurora.org>
Fri, 13 Apr 2012 17:23:17 +0000 (10:23 -0700)
commite89c0e4377303a101d1032bf1dde822218372f15
treed5e2ac13a861d9643a826f759b8efaeeca662bce
parent204241c27c8fa2186e6d656d587f941422fff1b9
video: msm: Fix section mismatches in mddi.c

The change
    commit 461cbe77d0a4f887c33a3a95ea68a7daf23b4302
    Author: Gregory Bean <gbean@codeaurora.org>
    Date:   Wed Jul 28 10:22:13 2010 -0700

        video: msm: Fix section mismatch in mddi.c.

fixes a section mismatch between the board file and the driver's probe
function, however, it misses the additional mismatches between the
probe function and some routines it calls.  Fix these up as well.

Signed-off-by: David Brown <davidb@codeaurora.org>
drivers/video/msm/mddi.c