Message ID | 20200408070832.137037-1-yuehaibing@huawei.com |
---|---|
State | New |
Headers | show |
Series | [-next] gpio: remove unused including <linux/version.h> | expand |
diff --git a/drivers/gpio/gpio-mlxbf2.c b/drivers/gpio/gpio-mlxbf2.c index 7b7085050219..240b488609ac 100644 --- a/drivers/gpio/gpio-mlxbf2.c +++ b/drivers/gpio/gpio-mlxbf2.c @@ -14,7 +14,6 @@ #include <linux/resource.h> #include <linux/spinlock.h> #include <linux/types.h> -#include <linux/version.h> /* * There are 3 YU GPIO blocks:
Remove including <linux/version.h> that don't need it. Signed-off-by: YueHaibing <yuehaibing@huawei.com> --- drivers/gpio/gpio-mlxbf2.c | 1 - 1 file changed, 1 deletion(-)