Browse Source

sysfs, kernfs: remove duplicated include from file.c

Remove duplicated include.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Wei Yongjun 11 years ago
parent
commit
21d71662f8
1 changed files with 0 additions and 1 deletions
  1. 0 1
      fs/kernfs/file.c

+ 0 - 1
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"