From b0d2569d8276439eb3d6f7d221f47bfc503ae00e Mon Sep 17 00:00:00 2001 From: YueHaibing Date: Thu, 28 Mar 2019 01:39:58 +0000 Subject: [PATCH] gpio: mlxbf: remove unused including Remove including that don't need it. Signed-off-by: YueHaibing Signed-off-by: Bartosz Golaszewski --- drivers/gpio/gpio-mlxbf.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpio/gpio-mlxbf.c b/drivers/gpio/gpio-mlxbf.c index d428f42be74f..894aaf55fc96 100644 --- a/drivers/gpio/gpio-mlxbf.c +++ b/drivers/gpio/gpio-mlxbf.c @@ -11,7 +11,6 @@ #include #include #include -#include /* Number of pins on BlueField */ #define MLXBF_GPIO_NR 54