diff options
author | YueHaibing <yuehaibing@huawei.com> | 2019-03-28 01:39:58 +0000 |
---|---|---|
committer | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2019-04-08 08:47:06 +0200 |
commit | b0d2569d8276439eb3d6f7d221f47bfc503ae00e (patch) | |
tree | 787f4f1e79a0fb05d6d6e5c0ccec859c676e337e | |
parent | 1d7765ba15aca68f3bc52f59434c1c34855bbb54 (diff) | |
download | linux-b0d2569d8276439eb3d6f7d221f47bfc503ae00e.tar.bz2 |
gpio: mlxbf: remove unused including <linux/version.h>
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.c | 1 |
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 |