Remove including <linux/version.h> that don't need it. Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx> --- 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 <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