提交 5841fc4b 编写于 作者: P Peter Hurley 提交者: Greg Kroah-Hartman

tty: Remove unused SERIAL_DO_RESTART define

SERIAL_DO_RESTART is not used by these 3 drivers; remove.
Signed-off-by: NPeter Hurley <peter@hurleysoftware.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册