]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
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 4197e88fb6ff2a7f3a555f52bf07973b42b4741f..153594c42bb01ea790051c5190ac5bd91d46e620 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 907cc985d7a9e6b61c511b5bf705e87bf6bd9cb0..69a6860c2dd31bffb5feb4b88147295e9901117b 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 036beb1146dcac2f68461ae64fe4a8797ebebe6b..6c5d03c1d49670c1189ea09ea064bcc4f7466f61 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 a3ca037d25f7d97da49dca8538bcff64195cb999..c4a8ecaa1b38b8872ed51f0b9d3bf41fbc9aa729 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 1b15907b09331d1c40994409cfb512c8afad75b9..cc3d3f9de06c82151840bb3c927d65b2a2fe42a3 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 87b9043e65c449aa641fe01cf131359eaff64a15..8c5b121b8e93021c27a61f972be0e301d632ccef 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