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)
commit030a77fc9b805a38a2ffaea42728557282b81275
treecfa523bf81db0c49e88c7ef4b5fef3c50d775b8d
parent10eb5f6bcbdc5e460e5500e1dbc39b2e7713ebfd
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]