Commit 5841fc4b authored by Peter Hurley's avatar Peter Hurley Committed by Greg Kroah-Hartman

tty: Remove unused SERIAL_DO_RESTART define

SERIAL_DO_RESTART is not used by these 3 drivers; remove.
Signed-off-by: default avatarPeter Hurley <peter@hurleysoftware.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4de91ebc
...@@ -32,7 +32,6 @@ ...@@ -32,7 +32,6 @@
#include <linux/delay.h> #include <linux/delay.h>
#undef SERIAL_PARANOIA_CHECK #undef SERIAL_PARANOIA_CHECK
#define SERIAL_DO_RESTART
/* Set of debugging defines */ /* Set of debugging defines */
......
...@@ -155,7 +155,6 @@ struct mon_str { ...@@ -155,7 +155,6 @@ struct mon_str {
#define LOWWAIT 2 #define LOWWAIT 2
#define EMPTYWAIT 3 #define EMPTYWAIT 3
#define SERIAL_DO_RESTART
#define WAKEUP_CHARS 256 #define WAKEUP_CHARS 256
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* *
*/ */
#define SERIAL_DO_RESTART
#include <linux/module.h> #include <linux/module.h>
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/errno.h> #include <linux/errno.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment