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>
This commit is contained in:
Tom Rini
2025-07-11 09:20:19 -06:00
parent ddc28ad0f2
commit b901d8f15c
7 changed files with 6 additions and 6 deletions

View 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)
{

View 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)

View 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)

View 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)
{

View 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)
{

View 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