Blackfin: includecheck fix: mach-bf548, ezkit.c
authorJaswinder Singh Rajput <jaswinder@kernel.org>
Thu, 24 Sep 2009 10:38:09 +0000 (16:08 +0530)
committerMike Frysinger <vapier@gentoo.org>
Thu, 8 Oct 2009 04:58:13 +0000 (00:58 -0400)
Fix the following 'make includecheck' warning:

  arch/blackfin/mach-bf548/boards/ezkit.c: linux/input.h is included more than once.

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/mach-bf548/boards/ezkit.c

index ba745c6..8798831 100644 (file)
@@ -186,7 +186,6 @@ static struct platform_device bfin_rotary_device = {
 #endif
 
 #if defined(CONFIG_INPUT_ADXL34X) || defined(CONFIG_INPUT_ADXL34X_MODULE)
-#include <linux/input.h>
 #include <linux/spi/adxl34x.h>
 static const struct adxl34x_platform_data adxl34x_info = {
        .x_axis_offset = 0,