projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
320da0d
)
[PATCH] hvc_console: Add missing include
author
Milton Miller
<miltonm@bga.com>
Fri, 8 Jul 2005 00:56:21 +0000
(17:56 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Fri, 8 Jul 2005 01:23:38 +0000
(18:23 -0700)
hvc_console checks MAGIC_SYSRQ and XMON config vars.
Signed-off-by: Milton Miller <miltonm@bga.com>
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/hvc_console.c
patch
|
blob
|
history
diff --git
a/drivers/char/hvc_console.c
b/drivers/char/hvc_console.c
index 0f9d356d3bd9c4b3841253eb18fc63909b20246b..31980994feadee917603b02ed9b5ae7e59a8feaa 100644
(file)
--- a/
drivers/char/hvc_console.c
+++ b/
drivers/char/hvc_console.c
@@
-22,6
+22,7
@@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+#include <linux/config.h>
#include <linux/console.h>
#include <linux/cpumask.h>
#include <linux/init.h>