projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35a5fe6
)
sysfs, kernfs: remove duplicated include from file.c
author
Wei Yongjun
<yongjun_wei@trendmicro.com.cn>
Sat, 7 Dec 2013 06:07:36 +0000
(14:07 +0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 9 Dec 2013 02:16:19 +0000
(18:16 -0800)
Remove duplicated include.
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/kernfs/file.c
patch
|
blob
|
history
diff --git
a/fs/kernfs/file.c
b/fs/kernfs/file.c
index
990c97f
..
4a5863b
100644
(file)
--- a/
fs/kernfs/file.c
+++ b/
fs/kernfs/file.c
@@
-13,7
+13,6
@@
#include <linux/slab.h>
#include <linux/poll.h>
#include <linux/pagemap.h>
-#include <linux/poll.h>
#include <linux/sched.h>
#include "kernfs-internal.h"