diff mbox

[U-Boot] gpio: mxs: Remove netdev.h

Message ID 1464135152-6308-1-git-send-email-marex@denx.de
State Accepted
Commit 307c0b518979ff77876b880da88c388e4add692d
Delegated to: Tom Rini
Headers show

Commit Message

Marek Vasut May 25, 2016, 12:12 a.m. UTC
The MXS certainly does not support any sort of networking in GPIO code,
remove the netdev.h header.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Tom Rini <trini@konsulko.com>
Cc: Simon Glass <sjg@chromium.org>
---
 drivers/gpio/mxs_gpio.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Simon Glass May 25, 2016, 3:30 a.m. UTC | #1
On 24 May 2016 at 18:12, Marek Vasut <marex@denx.de> wrote:
> The MXS certainly does not support any sort of networking in GPIO code,
> remove the netdev.h header.
>
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Tom Rini <trini@konsulko.com>
> Cc: Simon Glass <sjg@chromium.org>
> ---
>  drivers/gpio/mxs_gpio.c | 1 -
>  1 file changed, 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
Tom Rini June 3, 2016, 1:58 p.m. UTC | #2
On Wed, May 25, 2016 at 02:12:32AM +0200, Marek Vasut wrote:

> The MXS certainly does not support any sort of networking in GPIO code,
> remove the netdev.h header.
> 
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Tom Rini <trini@konsulko.com>
> Cc: Simon Glass <sjg@chromium.org>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/drivers/gpio/mxs_gpio.c b/drivers/gpio/mxs_gpio.c
index b54a10b..c25b4c1 100644
--- a/drivers/gpio/mxs_gpio.c
+++ b/drivers/gpio/mxs_gpio.c
@@ -8,7 +8,6 @@ 
  */
 
 #include <common.h>
-#include <netdev.h>
 #include <asm/errno.h>
 #include <asm/io.h>
 #include <asm/arch/iomux.h>