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

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(-)
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>

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

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!
participants (3)
-
Marek Vasut
-
Simon Glass
-
Tom Rini