VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Tim Schmielau <tim@physik3.uni-rostock.de> 2007-02-14 00:33:14 -0800 committer: Linus Torvalds <torvalds@woody.linux-foundation.org> 2007-02-14 08:09:54 -0800 commit: cd354f1ae75e6466a7e31b727faede57a1f89ca5 parent: 3fc605a2aa38899c12180ca311f1eeb61a6d867e
Commit Summary:
[PATCH] remove many unneeded #includes of sched.h
Diffstat:
1 file changed, 0 insertions, 1 deletion
diff --git a/fs/gfs2/recovery.c b/fs/gfs2/recovery.c
index d0c806b85c86..8bc182c7e2ef 100644
--- a/fs/gfs2/recovery.c
+++ b/fs/gfs2/recovery.c
@@ -7,7 +7,6 @@
  * of the GNU General Public License version 2.
  */
 
-#include <linux/sched.h>
 #include <linux/slab.h>
 #include <linux/spinlock.h>
 #include <linux/completion.h>