| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | #ifndef _I8042_X86IA64IO_H |
|---|
| 2 | 3 | #define _I8042_X86IA64IO_H |
|---|
| 3 | 4 | |
|---|
| 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 | | - */ |
|---|
| 9 | 5 | |
|---|
| 10 | 6 | #ifdef CONFIG_X86 |
|---|
| 11 | 7 | #include <asm/x86_init.h> |
|---|
| .. | .. |
|---|
| 1064 | 1060 | } |
|---|
| 1065 | 1061 | i8042_pnp_id_to_string(dev->id, i8042_kbd_firmware_id, |
|---|
| 1066 | 1062 | sizeof(i8042_kbd_firmware_id)); |
|---|
| 1063 | + i8042_kbd_fwnode = dev_fwnode(&dev->dev); |
|---|
| 1067 | 1064 | |
|---|
| 1068 | 1065 | /* Keyboard ports are always supposed to be wakeup-enabled */ |
|---|
| 1069 | 1066 | device_set_wakeup_enable(&dev->dev, true); |
|---|