提交 c754ff96 编写于 作者: G Giedrius Statkevičius 提交者: Greg Kroah-Hartman

dgnc: Clean up dgnc_sysfs.h

Remove redundant blank lines, move absolute include after relative
include.
Signed-off-by: NGiedrius Statkevičius <giedrius.statkevicius@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 3b84f2d9
...@@ -16,9 +16,8 @@ ...@@ -16,9 +16,8 @@
#ifndef __DGNC_SYSFS_H #ifndef __DGNC_SYSFS_H
#define __DGNC_SYSFS_H #define __DGNC_SYSFS_H
#include "dgnc_driver.h"
#include <linux/device.h> #include <linux/device.h>
#include "dgnc_driver.h"
struct dgnc_board; struct dgnc_board;
struct channel_t; struct channel_t;
...@@ -38,6 +37,4 @@ extern int dgnc_tty_class_destroy(void); ...@@ -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_create_tty_sysfs(struct un_t *un, struct device *c);
extern void dgnc_remove_tty_sysfs(struct device *c); extern void dgnc_remove_tty_sysfs(struct device *c);
#endif #endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册