diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2018-03-08 23:00:22 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-03-29 17:34:31 +0200 |
commit | 8761e98141e2ea03d1abaf175f81af4be44ea060 (patch) | |
tree | 9ac10902e48f09d3b5cc62da357e5c573a97ed98 /board/wandboard | |
parent | 0fe69adc8feacf69aabe44b779737079827d79b4 (diff) | |
download | u-boot-8761e98141e2ea03d1abaf175f81af4be44ea060.tar.gz |
wandboard: remove superfluous include
No definition provided by input.h is used in the board file.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Diffstat (limited to 'board/wandboard')
-rw-r--r-- | board/wandboard/wandboard.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/wandboard/wandboard.c b/board/wandboard/wandboard.c index 1e7c11e670..b7c6c6cb18 100644 --- a/board/wandboard/wandboard.c +++ b/board/wandboard/wandboard.c @@ -28,7 +28,6 @@ #include <miiphy.h> #include <netdev.h> #include <phy.h> -#include <input.h> #include <i2c.h> #include <power/pmic.h> #include <power/pfuze100_pmic.h> |