diff options
author | NeilBrown <neilb@suse.de> | 2013-05-24 16:41:29 +1000 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2013-05-24 16:44:18 +1000 |
commit | 19008628b1a8cd7e1e73f643f95a969e42088102 (patch) | |
tree | 1dff56f040433c930a1108ffc95cd4e4db174b00 /sound/soc/omap | |
parent | 6567e168821e6e8860c2572c898ceb1f51370795 (diff) | |
download | kernel_goldelico_gta04-19008628b1a8cd7e1e73f643f95a969e42088102.zip kernel_goldelico_gta04-19008628b1a8cd7e1e73f643f95a969e42088102.tar.gz kernel_goldelico_gta04-19008628b1a8cd7e1e73f643f95a969e42088102.tar.bz2 |
gta04-audio: remove __devinit and friends.
and remove some includes that are no longer wanted.
Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'sound/soc/omap')
-rw-r--r-- | sound/soc/omap/gta04-audio.c | 3 | ||||
-rw-r--r-- | sound/soc/omap/gta04-headset.c | 1 | ||||
-rw-r--r-- | sound/soc/omap/gta04-voice.c | 1 |
3 files changed, 0 insertions, 5 deletions
diff --git a/sound/soc/omap/gta04-audio.c b/sound/soc/omap/gta04-audio.c index 83fb150..86d4d8a 100644 --- a/sound/soc/omap/gta04-audio.c +++ b/sound/soc/omap/gta04-audio.c @@ -31,13 +31,10 @@ #include <sound/soc-dapm.h> #include <asm/mach-types.h> -#include <mach/hardware.h> -#include <mach/gpio.h> #include <linux/i2c/twl4030-madc.h> #include "omap-mcbsp.h" -#include "omap-pcm.h" #include "../codecs/twl4030.h" static int omap3gta04_hw_params(struct snd_pcm_substream *substream, diff --git a/sound/soc/omap/gta04-headset.c b/sound/soc/omap/gta04-headset.c index d266492..61162ab 100644 --- a/sound/soc/omap/gta04-headset.c +++ b/sound/soc/omap/gta04-headset.c @@ -24,7 +24,6 @@ #include <sound/soc-dapm.h> #include "omap-mcbsp.h" -#include "omap-pcm.h" #include "../codecs/w2cbw003-bt.h" static int gta04_headset_hw_params(struct snd_pcm_substream *substream, diff --git a/sound/soc/omap/gta04-voice.c b/sound/soc/omap/gta04-voice.c index c2c7619..bb54381 100644 --- a/sound/soc/omap/gta04-voice.c +++ b/sound/soc/omap/gta04-voice.c @@ -24,7 +24,6 @@ #include <sound/soc-dapm.h> #include "omap-mcbsp.h" -#include "omap-pcm.h" #include "../codecs/gtm601.h" static int gta04_voice_hw_params(struct snd_pcm_substream *substream, |