hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/input/serio/i8042.h
....@@ -1,13 +1,10 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 #ifndef _I8042_H
23 #define _I8042_H
34
45
56 /*
67 * Copyright (c) 1999-2002 Vojtech Pavlik
7
- *
8
- * This program is free software; you can redistribute it and/or modify it
9
- * under the terms of the GNU General Public License version 2 as published by
10
- * the Free Software Foundation.
118 */
129
1310 /*
....@@ -20,14 +17,10 @@
2017 #include "i8042-ip22io.h"
2118 #elif defined(CONFIG_SNI_RM)
2219 #include "i8042-snirm.h"
23
-#elif defined(CONFIG_PPC)
24
-#include "i8042-ppcio.h"
2520 #elif defined(CONFIG_SPARC)
2621 #include "i8042-sparcio.h"
2722 #elif defined(CONFIG_X86) || defined(CONFIG_IA64)
28
-#include "i8042-x86ia64io.h"
29
-#elif defined(CONFIG_UNICORE32)
30
-#include "i8042-unicore32io.h"
23
+#include "i8042-acpipnpio.h"
3124 #else
3225 #include "i8042-io.h"
3326 #endif