]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ALSA: ASoC codec: remove unused #include <version.h>
authorHuang Weiyi <weiyi.huang@gmail.com>
Sun, 12 Oct 2008 15:12:56 +0000 (23:12 +0800)
committerTakashi Iwai <tiwai@suse.de>
Mon, 13 Oct 2008 01:41:18 +0000 (03:41 +0200)
The files below do not use LINUX_VERSION_CODE nor KERNEL_VERSION.
 sound/soc/codecs/ad1980.c
 sound/soc/codecs/wm8580.c
 sound/soc/codecs/wm8900.c

This patch removes the said #include <version.h>.

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/soc/codecs/ad1980.c
sound/soc/codecs/wm8580.c
sound/soc/codecs/wm8900.c

index 4e09c1f2c063a3f335188d043314ff0dd525f8ac..1397b8e06c0b41eda7002815a276baba8f3ea035 100644 (file)
@@ -13,7 +13,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>
index 056787f800b8fe17b43066ff2d15187168cd2af9..627ebfb4209b72b786ad66f992b0659491f8f74d 100644 (file)
@@ -18,7 +18,6 @@
 
 #include <linux/module.h>
 #include <linux/moduleparam.h>
-#include <linux/version.h>
 #include <linux/kernel.h>
 #include <linux/init.h>
 #include <linux/delay.h>
index 0b8c6d38b48f4253db572b422bec4d04da9bedb5..3b326c9b55866bba7a81c1421329026bed290247 100644 (file)
@@ -18,7 +18,6 @@
 
 #include <linux/module.h>
 #include <linux/moduleparam.h>
-#include <linux/version.h>
 #include <linux/kernel.h>
 #include <linux/init.h>
 #include <linux/delay.h>