From: Jaswinder Singh Rajput Date: Thu, 24 Sep 2009 10:38:09 +0000 (+0530) Subject: Blackfin: includecheck fix: mach-bf548, ezkit.c X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4a7bcb4fe96824f882d126dc39df9ba658a29372;p=mv-sheeva.git Blackfin: includecheck fix: mach-bf548, ezkit.c 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 Signed-off-by: Mike Frysinger --- diff --git a/arch/blackfin/mach-bf548/boards/ezkit.c b/arch/blackfin/mach-bf548/boards/ezkit.c index ba745c6fcd4..879883141a0 100644 --- a/arch/blackfin/mach-bf548/boards/ezkit.c +++ b/arch/blackfin/mach-bf548/boards/ezkit.c @@ -186,7 +186,6 @@ static struct platform_device bfin_rotary_device = { #endif #if defined(CONFIG_INPUT_ADXL34X) || defined(CONFIG_INPUT_ADXL34X_MODULE) -#include #include static const struct adxl34x_platform_data adxl34x_info = { .x_axis_offset = 0,