diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2008-10-31 10:50:00 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-11-04 12:03:21 -0500 |
commit | 3865675c60aec3e81d72d484680b544afc6fc51d (patch) | |
tree | 6e3dddf0a921264293d53ca36018f4f9d34ac7b8 /sound/soc/codecs/ad73311.c | |
parent | dce908e26fa0ea7d504d3f294c7411ed1eba5077 (diff) |
ALSA: ASoC codec: remove unused #include <version.h>
The file(s) below do not use LINUX_VERSION_CODE nor KERNEL_VERSION.
sound/soc/codecs/ad73311.c
This patch removes the said #include <version.h>.
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/soc/codecs/ad73311.c')
-rw-r--r-- | sound/soc/codecs/ad73311.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/ad73311.c b/sound/soc/codecs/ad73311.c index 37af8607b00a..59c4c8f18cbb 100644 --- a/sound/soc/codecs/ad73311.c +++ b/sound/soc/codecs/ad73311.c | |||
@@ -15,7 +15,6 @@ | |||
15 | 15 | ||
16 | #include <linux/init.h> | 16 | #include <linux/init.h> |
17 | #include <linux/module.h> | 17 | #include <linux/module.h> |
18 | #include <linux/version.h> | ||
19 | #include <linux/kernel.h> | 18 | #include <linux/kernel.h> |
20 | #include <linux/device.h> | 19 | #include <linux/device.h> |
21 | #include <sound/core.h> | 20 | #include <sound/core.h> |