mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-16 03:41:26 +00:00
Merge branch 'master' into desktop
This commit is contained in:
commit
5f58a97b24
1 changed files with 5 additions and 6 deletions
|
@ -2,15 +2,14 @@ diff --git a/drivers/tty/vt/keyboard.c b/drivers/tty/vt/keyboard.c
|
|||
index f4166263bb3a..a248429194bb 100644
|
||||
--- a/drivers/tty/vt/keyboard.c
|
||||
+++ b/drivers/tty/vt/keyboard.c
|
||||
@@ -47,6 +47,8 @@
|
||||
|
||||
#include <asm/irq_regs.h>
|
||||
@@ -28,6 +28,7 @@
|
||||
* 21-08-02: Converted to input API, major cleanup. (Vojtech Pavlik)
|
||||
*/
|
||||
|
||||
+#include <linux/bootsplash.h>
|
||||
+
|
||||
extern void ctrl_alt_del(void);
|
||||
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
||||
|
||||
/*
|
||||
#include <linux/consolemap.h>
|
||||
@@ -1353,6 +1355,28 @@ static void kbd_keycode(unsigned int keycode, int down, int hw_raw)
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue