Commit 8761b9b5 authored by Huacai Chen's avatar Huacai Chen Committed by Dmitry Torokhov

Input: i8042 - rename i8042-x86ia64io.h to i8042-acpipnpio.h

Now i8042-x86ia64io.h is shared by X86 and IA64, but it can be shared
by more platforms (such as LoongArch) with ACPI firmware on which PNP
typed keyboard and mouse is configured in DSDT. So rename it to i8042-
acpipnpio.h.
Signed-off-by: default avatarHuacai Chen <chenhuacai@loongson.cn>
Reviewed-by: default avatarMattijs Korpershoek <mkorpershoek@baylibre.com>
Link: https://lore.kernel.org/r/20220917064020.1639709-1-chenhuacai@loongson.cnSigned-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 63c5eb15
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef _I8042_X86IA64IO_H
#define _I8042_X86IA64IO_H
#ifndef _I8042_ACPIPNPIO_H
#define _I8042_ACPIPNPIO_H
#ifdef CONFIG_X86
......@@ -1665,4 +1665,4 @@ static inline void i8042_platform_exit(void)
i8042_pnp_exit();
}
#endif /* _I8042_X86IA64IO_H */
#endif /* _I8042_ACPIPNPIO_H */
......@@ -20,7 +20,7 @@
#elif defined(CONFIG_SPARC)
#include "i8042-sparcio.h"
#elif defined(CONFIG_X86) || defined(CONFIG_IA64)
#include "i8042-x86ia64io.h"
#include "i8042-acpipnpio.h"
#else
#include "i8042-io.h"
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment