Skip to content

Commit

Permalink
dgnc: Clean up dgnc_sysfs.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
GiedriusS authored and gregkh committed Mar 24, 2015
1 parent 3b84f2d commit c754ff9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions drivers/staging/dgnc/dgnc_sysfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@
#ifndef __DGNC_SYSFS_H
#define __DGNC_SYSFS_H

#include "dgnc_driver.h"

#include <linux/device.h>
#include "dgnc_driver.h"

struct dgnc_board;
struct channel_t;
Expand All @@ -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

0 comments on commit c754ff9

Please sign in to comment.