diff options
| author | Marek Vasut <[email protected]> | 2016-05-25 02:12:32 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-06-02 21:21:41 -0400 |
| commit | 307c0b518979ff77876b880da88c388e4add692d (patch) | |
| tree | e2b926d9d37b03e32f71f2ca783fd598b4a999ea /drivers | |
| parent | 626f6e4f575b24e2e8c5cfec39e56563c4003598 (diff) | |
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 <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: Simon Glass <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/gpio/mxs_gpio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpio/mxs_gpio.c b/drivers/gpio/mxs_gpio.c index b54a10b4933..c25b4c1c2e2 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> |
