Commit 1bfaf129 authored by Bartosz Golaszewski's avatar Bartosz Golaszewski
Browse files

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: default avatarBartosz Golaszewski <bgolaszewski@baylibre.com>
Reviewed-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
parent f52d6d8b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>