]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita510b1639e24f741531b07c5c71527c2f51402f4
treed5e2ac13a861d9643a826f759b8efaeeca662bce
parenta715dea722462857f1982b1e55b356a88d144ff5
video: msm: Fix section mismatches in mddi.c

The change
    commit 6a9fda04882a07fcd0ff0fb84012ec8b376cf1ce
    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