From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 25 May 2016 02:12:32 +0200 Subject: [U-Boot] [PATCH] gpio: mxs: Remove netdev.h Message-ID: <1464135152-6308-1-git-send-email-marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 --- 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 -#include #include #include #include -- 2.7.0