diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-09-17 21:08:53 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-09-17 21:08:53 +0200 |
commit | 673bca1906334972c2b54e7c7c002941329039cd (patch) | |
tree | 255d7e793cf75d6ebcd52f8c8fc6683bae398cf6 /sound/soc/codecs/ad1836.c | |
parent | Merge branch 'topic/ymfpci' into for-linus (diff) | |
parent | ASoC: remove unused #include <linux/version.h> (diff) | |
download | linux-673bca1906334972c2b54e7c7c002941329039cd.tar.xz linux-673bca1906334972c2b54e7c7c002941329039cd.zip |
Merge branch 'fix/asoc' into for-linus
* fix/asoc:
ASoC: remove unused #include <linux/version.h>
ASoC: S3C lrsync function made to work with IRQs disabled.
ASoC: Fix display of stream name in DAPM debugfs
ASoC: Clean up error handling in MPC5200 DMA setup
Diffstat (limited to 'sound/soc/codecs/ad1836.c')
-rw-r--r-- | sound/soc/codecs/ad1836.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/ad1836.c b/sound/soc/codecs/ad1836.c index 3612bb92df90..01343dc984fd 100644 --- a/sound/soc/codecs/ad1836.c +++ b/sound/soc/codecs/ad1836.c @@ -18,7 +18,6 @@ #include <linux/init.h> #include <linux/module.h> -#include <linux/version.h> #include <linux/kernel.h> #include <linux/device.h> #include <sound/core.h> |