[patch] serial.c (2.3.33)

Jonas Jochum (jonas@jonas-jochum.de)
Wed, 15 Dec 1999 14:31:59 +0000 (Local time zone must be set--see zic manual pagjonas@jonas-jochum.de


This patch fixes a compile error. Probably someone else already fixed it,
however, if not, here's the patch :)

--- serial.c.old Wed Dec 15 14:24:13 1999
+++ serial.c Wed Dec 15 14:27:10 1999
@@ -198,6 +198,10 @@
#include <linux/pci.h>
#endif

+#ifdef CONFIG_MAGIC_SYSRQ
+#include <linux/sysrq.h>
+#endif
+
/*
* All of the compatibilty code so we can compile serial.c against
* older kernels is hidden in serial_compat.h

------ end of patch -----

-- 
Regards,
   Jonas

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Homepage: http://www.jonas-jochum.de eMail: email@jonas-jochum.de Abi2000 am Windeck: http://www.abi-2k.de =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= I'm signature virus '99. Copy me into your ~/.signature to help me spread.

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/