aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2019-03-28 01:39:58 +0000
committerBartosz Golaszewski <bgolaszewski@baylibre.com>2019-04-08 08:47:06 +0200
commitb0d2569d8276439eb3d6f7d221f47bfc503ae00e (patch)
tree787f4f1e79a0fb05d6d6e5c0ccec859c676e337e
parent1d7765ba15aca68f3bc52f59434c1c34855bbb54 (diff)
gpio: mlxbf: remove unused including <linux/version.h>gpio-v5.2-updates-for-linus-part1
Remove including <linux/version.h> that don't need it. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
-rw-r--r--drivers/gpio/gpio-mlxbf.c1
1 files changed, 0 insertions, 1 deletions
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 <linux/pm.h>
#include <linux/resource.h>
#include <linux/types.h>
-#include <linux/version.h>
/* Number of pins on BlueField */
#define MLXBF_GPIO_NR 54