From 307c0b518979ff77876b880da88c388e4add692d Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Wed, 25 May 2016 02:12:32 +0200 Subject: [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 Cc: Tom Rini Cc: Simon Glass Reviewed-by: Simon Glass --- 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 b54a10b493..c25b4c1c2e 100644 --- a/drivers/gpio/mxs_gpio.c +++ b/drivers/gpio/mxs_gpio.c @@ -8,7 +8,6 @@ */ #include -#include #include #include #include -- GitLab