diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2008-10-31 14:50:00 (GMT) |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-11-04 17:03:21 (GMT) |
commit | 3865675c60aec3e81d72d484680b544afc6fc51d (patch) | |
tree | 6e3dddf0a921264293d53ca36018f4f9d34ac7b8 /sound/soc/codecs | |
parent | dce908e26fa0ea7d504d3f294c7411ed1eba5077 (diff) | |
download | linux-fsl-qoriq-3865675c60aec3e81d72d484680b544afc6fc51d.tar.xz |
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')
-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 37af860..59c4c8f 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> |