forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
kernel/drivers/input/serio/i8042-x86ia64io.h
....@@ -1,11 +1,7 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 #ifndef _I8042_X86IA64IO_H
23 #define _I8042_X86IA64IO_H
34
4
-/*
5
- * This program is free software; you can redistribute it and/or modify it
6
- * under the terms of the GNU General Public License version 2 as published by
7
- * the Free Software Foundation.
8
- */
95
106 #ifdef CONFIG_X86
117 #include <asm/x86_init.h>
....@@ -1064,6 +1060,7 @@
10641060 }
10651061 i8042_pnp_id_to_string(dev->id, i8042_kbd_firmware_id,
10661062 sizeof(i8042_kbd_firmware_id));
1063
+ i8042_kbd_fwnode = dev_fwnode(&dev->dev);
10671064
10681065 /* Keyboard ports are always supposed to be wakeup-enabled */
10691066 device_set_wakeup_enable(&dev->dev, true);