forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
kernel/drivers/tty/serial/sunhv.c
....@@ -25,10 +25,6 @@
2525 #include <asm/irq.h>
2626 #include <asm/setup.h>
2727
28
-#if defined(CONFIG_MAGIC_SYSRQ)
29
-#define SUPPORT_SYSRQ
30
-#endif
31
-
3228 #include <linux/serial_core.h>
3329 #include <linux/sunserialcore.h>
3430
....@@ -552,6 +548,7 @@
552548
553549 sunhv_port = port;
554550
551
+ port->has_sysrq = 1;
555552 port->line = 0;
556553 port->ops = &sunhv_pops;
557554 port->type = PORT_SUNHV;