aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Golaszewski <[email protected]>2020-09-19 15:32:15 +0200
committerBartosz Golaszewski <[email protected]>2020-11-25 15:36:52 +0100
commit1bfaf1299c38c1215c1ad1c196a8f39e658befec (patch)
tree1ed3780ad04291a595bc0e5beae60566d1f3598f
parentf52d6d8b43e51cb2d0dbd60caf7d37150391182f (diff)
gpio: exar: add a newline after the copyright notice
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]>
-rw-r--r--drivers/gpio/gpio-exar.c1
1 files changed, 1 insertions, 0 deletions
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>