]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: msm: Fix section mismatches in proc_comm.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)
commit8201b28990967193dfee9c050a4f2b7803e18223
treec13052bba804bfec2febf66789fca50396d9517f
parent36a6b3b822754f573d8b0799af3b3eccb8ed9565
ARM: msm: Fix section mismatches in proc_comm.c

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

        arm: msm: Fix section mismatch in smd.c.

fixes a section mismatch between the board file and the smd 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>
arch/arm/mach-msm/proc_comm.c