]> git.ipfire.org Git - thirdparty/u-boot.git/commit
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)
commitb901d8f15c3b623e6eb01c397cc3140d31388016
treedffe7dde4d44c231b4afb24f973bc37046249ecf
parentddc28ad0f2a23097a95fd897e9a3db95e3f20034
x86: Rename arch/x86/include/asm/pnp_def.h to include/pnp_def.h

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]