Simple patch to serial.c to get rid of warning

Stephen Frost (sfrost@ns.snowman.net)
Mon, 20 Dec 1999 23:10:21 -0500 (EST)


Simple, warning fix. Didn't appear to break anything.

Stephen

--- v2.3.33/drivers/char/serial.c Thu Dec 2 18:41:20 1999
+++ linux/drivers/char/serial.c Mon Dec 20 22:55:06 1999
@@ -74,6 +74,7 @@

#include <linux/config.h>
#include <linux/version.h>
+#include <linux/sysrq.h>

#undef SERIAL_PARANOIA_CHECK
#define CONFIG_SERIAL_NOPAUSE_IO

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