x86: Rename arch/x86/include/asm/pnp_def.h to include/pnp_def.h
authorTom Rini <trini@konsulko.com>
Fri, 11 Jul 2025 15:20:19 +0000 (09:20 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 28 Oct 2025 18:24:03 +0000 (12:24 -0600)
There is nothing x86-centric in this include file, and moving it will
allow for some drivers to be compile-tested on sandbox.

Signed-off-by: Tom Rini <trini@konsulko.com>
board/congatec/conga-qeval20-qa3-e3845/conga-qeval20-qa3.c
board/dfi/dfi-bt700/dfi-bt700.c
board/intel/crownbay/crownbay.c
drivers/misc/nuvoton_nct6102d.c
drivers/misc/smsc_lpc47m.c
drivers/misc/winbond_w83627.c
include/pnp_def.h [moved from arch/x86/include/asm/pnp_def.h with 100% similarity]

index 4197e88..153594c 100644 (file)
@@ -5,10 +5,10 @@
 
 #include <i2c.h>
 #include <init.h>
+#include <pnp_def.h>
 #include <winbond_w83627.h>
 #include <asm/gpio.h>
 #include <asm/ibmpc.h>
-#include <asm/pnp_def.h>
 
 int board_early_init_f(void)
 {
index 907cc98..69a6860 100644 (file)
@@ -6,9 +6,9 @@
 #include <init.h>
 #include <log.h>
 #include <nuvoton_nct6102d.h>
+#include <pnp_def.h>
 #include <asm/gpio.h>
 #include <asm/ibmpc.h>
-#include <asm/pnp_def.h>
 #include <linux/delay.h>
 
 int board_early_init_f(void)
index 036beb1..6c5d03c 100644 (file)
@@ -4,8 +4,8 @@
  */
 
 #include <init.h>
+#include <pnp_def.h>
 #include <asm/ibmpc.h>
-#include <asm/pnp_def.h>
 #include <smsc_lpc47m.h>
 
 int board_early_init_f(void)
index a3ca037..c4a8eca 100644 (file)
@@ -4,8 +4,8 @@
  */
 
 #include <nuvoton_nct6102d.h>
+#include <pnp_def.h>
 #include <asm/io.h>
-#include <asm/pnp_def.h>
 
 static void superio_outb(int reg, int val)
 {
index 1b15907..cc3d3f9 100644 (file)
@@ -3,8 +3,8 @@
  * Copyright (C) 2014, Bin Meng <bmeng.cn@gmail.com>
  */
 
+#include <pnp_def.h>
 #include <asm/io.h>
-#include <asm/pnp_def.h>
 
 static void pnp_enter_conf_state(u16 dev)
 {
index 87b9043..8c5b121 100644 (file)
@@ -3,8 +3,8 @@
  * Copyright (C) 2016 Stefan Roese <sr@denx.de>
  */
 
+#include <pnp_def.h>
 #include <asm/io.h>
-#include <asm/pnp_def.h>
 
 #define WINBOND_ENTRY_KEY      0x87
 #define WINBOND_EXIT_KEY       0xaa