
From: Milton Miller <miltonm@bga.com>

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>
---

 drivers/char/hvc_console.c |    1 +
 1 files changed, 1 insertion(+)

diff -puN drivers/char/hvc_console.c~hvc_console-add-missing-include drivers/char/hvc_console.c
--- 25/drivers/char/hvc_console.c~hvc_console-add-missing-include	Wed Jul  6 14:00:29 2005
+++ 25-akpm/drivers/char/hvc_console.c	Wed Jul  6 14:00:29 2005
@@ -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>
_
