diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2008-10-31 22:50:00 +0800 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-11-04 18:03:21 +0100 |
commit | 3865675c60aec3e81d72d484680b544afc6fc51d (patch) | |
tree | 6e3dddf0a921264293d53ca36018f4f9d34ac7b8 | |
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>
-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 37af8607b00..59c4c8f18cb 100644 --- a/sound/soc/codecs/ad73311.c +++ b/sound/soc/codecs/ad73311.c @@ -15,7 +15,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> |