diff mbox series

[U-Boot,1/1] wandboard: remove superfluous include

Message ID 20180308220022.2599-1-xypron.glpk@gmx.de
State Accepted
Commit 8761e98141e2ea03d1abaf175f81af4be44ea060
Delegated to: Stefano Babic
Headers show
Series [U-Boot,1/1] wandboard: remove superfluous include | expand

Commit Message

Heinrich Schuchardt March 8, 2018, 10 p.m. UTC
No definition provided by input.h is used in the board file.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 board/wandboard/wandboard.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Fabio Estevam March 8, 2018, 11:56 p.m. UTC | #1
On Thu, Mar 8, 2018 at 7:00 PM, Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
> 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>
Stefano Babic March 29, 2018, 3:59 p.m. UTC | #2
On 09/03/2018 00:56, Fabio Estevam wrote:
> On Thu, Mar 8, 2018 at 7:00 PM, Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>> 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>
> 

Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

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>