From: Bartosz Golaszewski <[email protected]> It's customary to have a newline between the copyright header and the includes. Add one to gpio-exar.
Signed-off-by: Bartosz Golaszewski <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> --- drivers/gpio/gpio-exar.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpio/gpio-exar.c b/drivers/gpio/gpio-exar.c index b1accfba017d..4202dd363a11 100644 --- a/drivers/gpio/gpio-exar.c +++ b/drivers/gpio/gpio-exar.c @@ -4,6 +4,7 @@ * * Copyright (C) 2015 Sudip Mukherjee <[email protected]> */ + #include <linux/bitops.h> #include <linux/device.h> #include <linux/gpio/driver.h> -- 2.29.1

