]> git.baikalelectronics.ru Git - kernel.git/commit
msm: gpiomux: Move public API to public header
authorDavid Brown <davidb@codeaurora.org>
Mon, 16 May 2011 20:32:15 +0000 (13:32 -0700)
committerDavid Brown <davidb@codeaurora.org>
Mon, 1 Aug 2011 11:58:00 +0000 (04:58 -0700)
commitcd7e7d449f2912740ec4e53f40553987a015e9ac
treecfa523bf81db0c49e88c7ef4b5fef3c50d775b8d
parent52912ff436c621f983d44462c7391db42a3ab266
msm: gpiomux: Move public API to public header

The gpiomux.h header contains some SOC ifdefs.  However, the API that
is actually used by the GPIO driver only uses two functions that are
general.  Move these general definitions into a public header file.

Change-Id: Ia5df8af87dba268225598d56908e523bcfc24ef6
Signed-off-by: David Brown <davidb@codeaurora.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org>
arch/arm/mach-msm/gpio.c
arch/arm/mach-msm/gpiomux.h
arch/arm/mach-msm/include/mach/msm_gpiomux.h [new file with mode: 0644]