[alsa-devel] [PATCH 10/16] ASoC: wm2000: remove unused #include <linux/version.h>
Remove unused #include <linux/version.h>('s) in sound/soc/codecs/wm2000.c
Signed-off-by: Huang Weiyi weiyi.huang@gmail.com --- sound/soc/codecs/wm2000.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/sound/soc/codecs/wm2000.c b/sound/soc/codecs/wm2000.c index a34cbcf..002e289 100644 --- a/sound/soc/codecs/wm2000.c +++ b/sound/soc/codecs/wm2000.c @@ -23,7 +23,6 @@
#include <linux/module.h> #include <linux/moduleparam.h> -#include <linux/version.h> #include <linux/kernel.h> #include <linux/init.h> #include <linux/firmware.h>
On Thu, 2010-04-08 at 19:50 +0800, Huang Weiyi wrote:
Remove unused #include <linux/version.h>('s) in sound/soc/codecs/wm2000.c
Signed-off-by: Huang Weiyi weiyi.huang@gmail.com
Acked-by: Liam Girdwood lrg@slimlogic.co.uk
On Thu, Apr 08, 2010 at 07:50:08PM +0800, Huang Weiyi wrote:
Remove unused #include <linux/version.h>('s) in sound/soc/codecs/wm2000.c
Signed-off-by: Huang Weiyi weiyi.huang@gmail.com
Applied. Rather than continually posting these patches it would seem a lot better if you were to instead patch checkpatch.pl to warn on use of this header. There's no reason to use it in the bulk of kernel code and it'd be a lot less work to catch these things automatically.
participants (3)
-
Huang Weiyi
-
Liam Girdwood
-
Mark Brown