OSDN Git Service

video: msm: Fix section mismatches in mddi.c
authorDavid Brown <davidb@codeaurora.org>
Thu, 12 Apr 2012 18:45:33 +0000 (11:45 -0700)
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Wed, 18 Apr 2012 17:10:34 +0000 (17:10 +0000)
commit49a8ee8ac3f20e4d8fe284012c082a793982d48f
tree6645f668dd7af546d68a86cb8db0b61503ecaede
parent8affaf5c7698c627b133bfcafd9869ef17faff31
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>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
drivers/video/msm/mddi.c