diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2020-09-19 16:32:15 +0300 |
---|---|---|
committer | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2020-11-25 17:36:52 +0300 |
commit | 1bfaf1299c38c1215c1ad1c196a8f39e658befec (patch) | |
tree | 1ed3780ad04291a595bc0e5beae60566d1f3598f /drivers/gpio | |
parent | f52d6d8b43e51cb2d0dbd60caf7d37150391182f (diff) | |
download | linux-1bfaf1299c38c1215c1ad1c196a8f39e658befec.tar.xz |
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 <bgolaszewski@baylibre.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'drivers/gpio')
-rw-r--r-- | drivers/gpio/gpio-exar.c | 1 |
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 <sudip.mukherjee@codethink.co.uk> */ + #include <linux/bitops.h> #include <linux/device.h> #include <linux/gpio/driver.h> |