diff options
author | Jaswinder Singh Rajput <jaswinder@kernel.org> | 2009-09-24 06:38:09 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-10-08 00:58:13 -0400 |
commit | 4a7bcb4fe96824f882d126dc39df9ba658a29372 (patch) | |
tree | 47f5e1ebbb0ed54eb2a6c1316bd3d43e95206ccb /arch/blackfin/mach-bf548 | |
parent | 5a2b0d7315c25ed69ed86fa6ef63c83e47b67c4c (diff) |
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 <jaswinderrajput@gmail.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mach-bf548')
-rw-r--r-- | arch/blackfin/mach-bf548/boards/ezkit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/blackfin/mach-bf548/boards/ezkit.c b/arch/blackfin/mach-bf548/boards/ezkit.c index ba745c6fcd4a..879883141a05 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 = { | |||
186 | #endif | 186 | #endif |
187 | 187 | ||
188 | #if defined(CONFIG_INPUT_ADXL34X) || defined(CONFIG_INPUT_ADXL34X_MODULE) | 188 | #if defined(CONFIG_INPUT_ADXL34X) || defined(CONFIG_INPUT_ADXL34X_MODULE) |
189 | #include <linux/input.h> | ||
190 | #include <linux/spi/adxl34x.h> | 189 | #include <linux/spi/adxl34x.h> |
191 | static const struct adxl34x_platform_data adxl34x_info = { | 190 | static const struct adxl34x_platform_data adxl34x_info = { |
192 | .x_axis_offset = 0, | 191 | .x_axis_offset = 0, |