gpio: mxs: Remove netdev.h
authorMarek Vasut <marex@denx.de>
Wed, 25 May 2016 00:12:32 +0000 (02:12 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 3 Jun 2016 01:21:41 +0000 (21:21 -0400)
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>
drivers/gpio/mxs_gpio.c

index b54a10b49332e710daeda5def60db125e7d0d062..c25b4c1c2e2bd710fae24046baea2bb69981142a 100644 (file)
@@ -8,7 +8,6 @@
  */
 
 #include <common.h>
-#include <netdev.h>
 #include <asm/errno.h>
 #include <asm/io.h>
 #include <asm/arch/iomux.h>