VisionFive2 Linux kernel

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

More than 9999 Commits   32 Branches   54 Tags
author: David Howells <dhowells@redhat.com> 2010-08-06 16:34:43 +0100 committer: Linus Torvalds <torvalds@linux-foundation.org> 2010-08-06 09:17:02 -0700 commit: 31d1d48e199e99077fb30f6fb9a793be7bec756f parent: 1e456a124353a753e9d1fadfbf5cd459c2f197ae
Commit Summary:
Fix init ordering of /dev/console vs callers of modprobe
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/fs/char_dev.c b/fs/char_dev.c
index d6db933df2b2..f80a4f25123c 100644
--- a/fs/char_dev.c
+++ b/fs/char_dev.c
@@ -20,6 +20,7 @@
 #include <linux/cdev.h>
 #include <linux/mutex.h>
 #include <linux/backing-dev.h>
+#include <linux/tty.h>
 
 #include "internal.h"