From: Giedrius Statkevičius Date: Fri, 13 Mar 2015 13:56:35 +0000 (+0200) Subject: dgnc: Clean up dgnc_sysfs.h X-Git-Tag: v4.1-rc1~152^2~138^2~103 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c754ff966d54b3a6cb45cd57524186a16e7f5831;p=karo-tx-linux.git dgnc: Clean up dgnc_sysfs.h Remove redundant blank lines, move absolute include after relative include. Signed-off-by: Giedrius Statkevičius Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/dgnc/dgnc_sysfs.h b/drivers/staging/dgnc/dgnc_sysfs.h index 2758914f69d2..be0f90a6768b 100644 --- a/drivers/staging/dgnc/dgnc_sysfs.h +++ b/drivers/staging/dgnc/dgnc_sysfs.h @@ -16,9 +16,8 @@ #ifndef __DGNC_SYSFS_H #define __DGNC_SYSFS_H -#include "dgnc_driver.h" - #include +#include "dgnc_driver.h" struct dgnc_board; struct channel_t; @@ -38,6 +37,4 @@ extern int dgnc_tty_class_destroy(void); extern void dgnc_create_tty_sysfs(struct un_t *un, struct device *c); extern void dgnc_remove_tty_sysfs(struct device *c); - - #endif