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:
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user