aboutsummarylogtreecommitdiffstats
path: root/0012-bootsplash.patch
diff options
context:
space:
mode:
authorcharveey2022-06-17 14:55:24 +0000
committercharveey2022-06-17 14:55:24 +0000
commitc807d58a63caf6595ee22c20b2cce20b66c9c589 (patch)
treed0259fe17d428c29d07f3083ff86c44ab0cf03eb /0012-bootsplash.patch
parentc5f7cb59eae34d9b86d127ba84741a63735bbd63 (diff)
downloadaur-c807d58a63caf6595ee22c20b2cce20b66c9c589.tar.gz
updated to Linux 5.17.7
Diffstat (limited to '0012-bootsplash.patch')
-rw-r--r--0012-bootsplash.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/0012-bootsplash.patch b/0012-bootsplash.patch
deleted file mode 100644
index 8a3b715ce46a..000000000000
--- a/0012-bootsplash.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff --git a/drivers/tty/sysrq.c b/drivers/tty/sysrq.c
-index 3ffc1ce29023..bc6a24c9dfa8 100644
---- a/drivers/tty/sysrq.c
-+++ b/drivers/tty/sysrq.c
-@@ -49,6 +49,7 @@
- #include <linux/syscalls.h>
- #include <linux/of.h>
- #include <linux/rcupdate.h>
-+#include <linux/bootsplash.h>
-
- #include <asm/ptrace.h>
- #include <asm/irq_regs.h>
-@@ -104,6 +105,8 @@ static void sysrq_handle_SAK(int key)
- {
- struct work_struct *SAK_work = &vc_cons[fg_console].SAK_work;
- schedule_work(SAK_work);
-+
-+ bootsplash_disable();
- }
- static struct sysrq_key_op sysrq_SAK_op = {
- .handler = sysrq_handle_SAK,