diff options
author | Mark Brown <broonie@linaro.org> | 2013-08-27 16:40:03 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-08-27 16:40:03 +0200 |
commit | dc1632321ba1e93dde25870e96cebe21b7d52517 (patch) | |
tree | d52d934c79b23f91654c571d983e1a6ec41b71fd /arch/arm/mach-msm/gpiomux.h | |
parent | ASoC: Move call to snd_soc_dapm_new_widgets() after snd_soc_dapm_auto_nc_code... (diff) | |
parent | ASoC: dmic: Convert table based DAPM setup (diff) | |
download | linux-dc1632321ba1e93dde25870e96cebe21b7d52517.tar.xz linux-dc1632321ba1e93dde25870e96cebe21b7d52517.zip |
Merge remote-tracking branch 'asoc/topic/dmic' into asoc-core
Diffstat (limited to 'arch/arm/mach-msm/gpiomux.h')
-rw-r--r-- | arch/arm/mach-msm/gpiomux.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/mach-msm/gpiomux.h b/arch/arm/mach-msm/gpiomux.h index 8e82f41a8923..4410d7766f93 100644 --- a/arch/arm/mach-msm/gpiomux.h +++ b/arch/arm/mach-msm/gpiomux.h @@ -73,16 +73,6 @@ extern struct msm_gpiomux_config msm_gpiomux_configs[GPIOMUX_NGPIOS]; int msm_gpiomux_write(unsigned gpio, gpiomux_config_t active, gpiomux_config_t suspended); - -/* Architecture-internal function for use by the framework only. - * This function can assume the following: - * - the gpio value has passed a bounds-check - * - the gpiomux spinlock has been obtained - * - * This function is not for public consumption. External users - * should use msm_gpiomux_write. - */ -void __msm_gpiomux_write(unsigned gpio, gpiomux_config_t val); #else static inline int msm_gpiomux_write(unsigned gpio, gpiomux_config_t active, |