Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jaswinder Singh Rajput and committed by
Mike Frysinger
4a7bcb4f 5a2b0d73

-1
-1
arch/blackfin/mach-bf548/boards/ezkit.c
··· 186 186 #endif 187 187 188 188 #if defined(CONFIG_INPUT_ADXL34X) || defined(CONFIG_INPUT_ADXL34X_MODULE) 189 - #include <linux/input.h> 190 189 #include <linux/spi/adxl34x.h> 191 190 static const struct adxl34x_platform_data adxl34x_info = { 192 191 .x_axis_offset = 0,