Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dgnc: Clean up dgnc_sysfs.h

Remove redundant blank lines, move absolute include after relative
include.

Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Giedrius Statkevičius and committed by
Greg Kroah-Hartman
c754ff96 3b84f2d9

+1 -4
+1 -4
drivers/staging/dgnc/dgnc_sysfs.h
··· 16 16 #ifndef __DGNC_SYSFS_H 17 17 #define __DGNC_SYSFS_H 18 18 19 - #include "dgnc_driver.h" 20 - 21 19 #include <linux/device.h> 20 + #include "dgnc_driver.h" 22 21 23 22 struct dgnc_board; 24 23 struct channel_t; ··· 36 37 37 38 extern void dgnc_create_tty_sysfs(struct un_t *un, struct device *c); 38 39 extern void dgnc_remove_tty_sysfs(struct device *c); 39 - 40 - 41 40 42 41 #endif