misc: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2024-05-01 19:30:58 -06:00
parent c199f372cc
commit 4fa7521f66
72 changed files with 10 additions and 72 deletions

View File

@@ -4,7 +4,6 @@
* Scott McNutt <smcnutt@psyent.com> * Scott McNutt <smcnutt@psyent.com>
*/ */
#include <common.h>
#include <command.h> #include <command.h>
#include <dm.h> #include <dm.h>
#include <errno.h> #include <errno.h>

View File

@@ -10,7 +10,6 @@
* published by the Free Software Foundation. * published by the Free Software Foundation.
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <i2c.h> #include <i2c.h>
#include <errno.h> #include <errno.h>

View File

@@ -3,8 +3,8 @@
* Copyright (C) 2011 The ChromiumOS Authors. All rights reserved. * Copyright (C) 2011 The ChromiumOS Authors. All rights reserved.
*/ */
#include <common.h>
#include <console.h> #include <console.h>
#include <linux/string.h>
#include <asm/cb_sysinfo.h> #include <asm/cb_sysinfo.h>
void cbmemc_putc(struct stdio_dev *dev, char data) void cbmemc_putc(struct stdio_dev *dev, char data)

View File

@@ -15,7 +15,6 @@
#define LOG_CATEGORY UCLASS_CROS_EC #define LOG_CATEGORY UCLASS_CROS_EC
#include <common.h>
#include <command.h> #include <command.h>
#include <dm.h> #include <dm.h>
#include <i2c.h> #include <i2c.h>
@@ -24,6 +23,7 @@
#include <log.h> #include <log.h>
#include <malloc.h> #include <malloc.h>
#include <spi.h> #include <spi.h>
#include <time.h>
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/errno.h> #include <linux/errno.h>
#include <asm/io.h> #include <asm/io.h>

View File

@@ -12,7 +12,6 @@
* KBC. * KBC.
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <i2c.h> #include <i2c.h>
#include <cros_ec.h> #include <cros_ec.h>

View File

@@ -12,11 +12,11 @@
* KBC. * KBC.
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <command.h> #include <command.h>
#include <cros_ec.h> #include <cros_ec.h>
#include <log.h> #include <log.h>
#include <time.h>
#include <asm/io.h> #include <asm/io.h>
#ifdef DEBUG_TRACE #ifdef DEBUG_TRACE

View File

@@ -7,7 +7,6 @@
#define LOG_CATEGORY UCLASS_CROS_EC #define LOG_CATEGORY UCLASS_CROS_EC
#include <common.h>
#include <cros_ec.h> #include <cros_ec.h>
#include <dm.h> #include <dm.h>
#include <ec_commands.h> #include <ec_commands.h>
@@ -17,6 +16,7 @@
#include <os.h> #include <os.h>
#include <u-boot/sha256.h> #include <u-boot/sha256.h>
#include <spi.h> #include <spi.h>
#include <time.h>
#include <asm/malloc.h> #include <asm/malloc.h>
#include <asm/state.h> #include <asm/state.h>
#include <asm/sdl.h> #include <asm/sdl.h>

View File

@@ -12,12 +12,12 @@
* KBC. * KBC.
*/ */
#include <common.h>
#include <cros_ec.h> #include <cros_ec.h>
#include <dm.h> #include <dm.h>
#include <errno.h> #include <errno.h>
#include <log.h> #include <log.h>
#include <spi.h> #include <spi.h>
#include <time.h>
int cros_ec_spi_packet(struct udevice *udev, int out_bytes, int in_bytes) int cros_ec_spi_packet(struct udevice *udev, int out_bytes, int in_bytes)
{ {

View File

@@ -8,7 +8,6 @@
* and 4 programmable non-volatile GPIO pins. * and 4 programmable non-volatile GPIO pins.
*/ */
#include <common.h>
#include <i2c.h> #include <i2c.h>
#include <command.h> #include <command.h>
#include <linux/delay.h> #include <linux/delay.h>

View File

@@ -7,7 +7,6 @@
* *
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <errno.h> #include <errno.h>
#include <power/pmic.h> #include <power/pmic.h>

View File

@@ -6,7 +6,6 @@
#define LOG_CATEGORY UCLASS_FS_FIRMWARE_LOADER #define LOG_CATEGORY UCLASS_FS_FIRMWARE_LOADER
#include <common.h>
#include <dm.h> #include <dm.h>
#include <env.h> #include <env.h>
#include <errno.h> #include <errno.h>

View File

@@ -3,7 +3,7 @@
* Copyright 2015 Freescale Semiconductor, Inc. * Copyright 2015 Freescale Semiconductor, Inc.
* Author: Zhuoyu Zhang <Zhuoyu.Zhang@freescale.com> * Author: Zhuoyu Zhang <Zhuoyu.Zhang@freescale.com>
*/ */
#include <common.h> #include <config.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/arch-ls102xa/immap_ls102xa.h> #include <asm/arch-ls102xa/immap_ls102xa.h>
#include <asm/arch-ls102xa/config.h> #include <asm/arch-ls102xa/config.h>

View File

@@ -4,7 +4,7 @@
* Author: Dipen Dudhat <dipen.dudhat@freescale.com> * Author: Dipen Dudhat <dipen.dudhat@freescale.com>
*/ */
#include <common.h> #include <config.h>
#include <fsl_ifc.h> #include <fsl_ifc.h>
#include <part.h> #include <part.h>

View File

@@ -8,7 +8,6 @@
* Martha Marx <mmarx@silicontkx.com> * Martha Marx <mmarx@silicontkx.com>
*/ */
#include <common.h>
#include <fuse.h> #include <fuse.h>
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/errno.h> #include <linux/errno.h>

View File

@@ -4,7 +4,7 @@
* Copyright 2017 NXP * Copyright 2017 NXP
*/ */
#include <common.h> #include <config.h>
#include <log.h> #include <log.h>
#include <linux/libfdt.h> #include <linux/libfdt.h>
#include <fdt_support.h> #include <fdt_support.h>

View File

@@ -3,7 +3,7 @@
* Copyright 2015 Freescale Semiconductor, Inc. * Copyright 2015 Freescale Semiconductor, Inc.
*/ */
#include <common.h> #include <config.h>
#include <fsl_sec_mon.h> #include <fsl_sec_mon.h>
#include <linux/delay.h> #include <linux/delay.h>

View File

@@ -11,7 +11,6 @@
* SPDX-License-Identifier: GPL-2.0+ * SPDX-License-Identifier: GPL-2.0+
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <log.h> #include <log.h>
#include <misc.h> #include <misc.h>

View File

@@ -7,7 +7,6 @@
* Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc * Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <regmap.h> #include <regmap.h>
#include <misc.h> #include <misc.h>

View File

@@ -4,7 +4,6 @@
* Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc * Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <log.h> #include <log.h>
#include <dm/lists.h> #include <dm/lists.h>

View File

@@ -5,7 +5,6 @@
* Licensed under the GPL-2 or later. * Licensed under the GPL-2 or later.
*/ */
#include <common.h>
#include <status_led.h> #include <status_led.h>
#include <asm/gpio.h> #include <asm/gpio.h>

View File

@@ -5,7 +5,6 @@
#define LOG_CATEGORY UCLASS_I2C_EEPROM #define LOG_CATEGORY UCLASS_I2C_EEPROM
#include <common.h>
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/err.h> #include <linux/err.h>
#include <linux/kernel.h> #include <linux/kernel.h>

View File

@@ -5,7 +5,6 @@
* Copyright (c) 2014 Google, Inc * Copyright (c) 2014 Google, Inc
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <errno.h> #include <errno.h>
#include <i2c.h> #include <i2c.h>

View File

@@ -9,7 +9,6 @@
* Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.de * Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.de
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <log.h> #include <log.h>
#include <regmap.h> #include <regmap.h>

View File

@@ -3,7 +3,6 @@
* Copyright 2019 NXP * Copyright 2019 NXP
*/ */
#include <common.h>
#include <console.h> #include <console.h>
#include <errno.h> #include <errno.h>
#include <fuse.h> #include <fuse.h>

View File

@@ -5,7 +5,6 @@
* Peng Fan <peng.fan@nxp.com> * Peng Fan <peng.fan@nxp.com>
*/ */
#include <common.h>
#include <log.h> #include <log.h>
#include <asm/global_data.h> #include <asm/global_data.h>
#include <asm/io.h> #include <asm/io.h>

View File

@@ -5,7 +5,6 @@
* Peng Fan <peng.fan@nxp.com> * Peng Fan <peng.fan@nxp.com>
*/ */
#include <common.h>
#include <hang.h> #include <hang.h>
#include <malloc.h> #include <malloc.h>
#include <asm/global_data.h> #include <asm/global_data.h>

View File

@@ -4,7 +4,6 @@
* *
*/ */
#include <common.h>
#include <hang.h> #include <hang.h>
#include <malloc.h> #include <malloc.h>
#include <asm/io.h> #include <asm/io.h>

View File

@@ -3,7 +3,6 @@
* Copyright 2020-2022 NXP * Copyright 2020-2022 NXP
*/ */
#include <common.h>
#include <asm/io.h> #include <asm/io.h>
#include <dm.h> #include <dm.h>
#include <dm/lists.h> #include <dm/lists.h>

View File

@@ -3,7 +3,6 @@
* Copyright 2020 NXP * Copyright 2020 NXP
*/ */
#include <common.h>
#include <console.h> #include <console.h>
#include <errno.h> #include <errno.h>
#include <fuse.h> #include <fuse.h>

View File

@@ -6,7 +6,6 @@
#define LOG_CATEGORY UCLASS_IRQ #define LOG_CATEGORY UCLASS_IRQ
#include <common.h>
#include <dm.h> #include <dm.h>
#include <dt-structs.h> #include <dt-structs.h>
#include <irq.h> #include <irq.h>

View File

@@ -5,7 +5,6 @@
* Copyright 2019 Google LLC * Copyright 2019 Google LLC
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <irq.h> #include <irq.h>
#include <acpi/acpi_device.h> #include <acpi/acpi_device.h>

View File

@@ -5,7 +5,6 @@
* Copyright 2021 Google LLC * Copyright 2021 Google LLC
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <irq.h> #include <irq.h>
#include <asm/irq.h> #include <asm/irq.h>

View File

@@ -6,7 +6,6 @@
* Author: Alex Smith <alex.smith@imgtec.com> * Author: Alex Smith <alex.smith@imgtec.com>
*/ */
#include <common.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/unaligned.h> #include <asm/unaligned.h>
#include <errno.h> #include <errno.h>

View File

@@ -7,7 +7,6 @@
* *
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <errno.h> #include <errno.h>
#include <asm/io.h> #include <asm/io.h>

View File

@@ -7,7 +7,6 @@
* *
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <errno.h> #include <errno.h>
#include <asm/io.h> #include <asm/io.h>

View File

@@ -12,7 +12,6 @@
*/ */
#define LOG_CATEGORY UCLASS_MISC #define LOG_CATEGORY UCLASS_MISC
#include <common.h>
#include <clk.h> #include <clk.h>
#include <fuse.h> #include <fuse.h>
#include <misc.h> #include <misc.h>

View File

@@ -4,7 +4,6 @@
* Author: Eugen Hristev <eugen.hristev@microchip.com> * Author: Eugen Hristev <eugen.hristev@microchip.com>
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <errno.h> #include <errno.h>
#include <log.h> #include <log.h>

View File

@@ -5,7 +5,6 @@
#define LOG_CATEGORY UCLASS_MISC #define LOG_CATEGORY UCLASS_MISC
#include <common.h>
#include <dm.h> #include <dm.h>
#include <errno.h> #include <errno.h>
#include <misc.h> #include <misc.h>

View File

@@ -4,7 +4,6 @@
* Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc * Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <misc.h> #include <misc.h>

View File

@@ -9,7 +9,6 @@
* Copyright (C) 2008 MontaVista Software, Inc. * Copyright (C) 2008 MontaVista Software, Inc.
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <log.h> #include <log.h>
#include <mapmem.h> #include <mapmem.h>

View File

@@ -11,7 +11,6 @@
* Copyright (C) 2011 Freescale Semiconductor, Inc. * Copyright (C) 2011 Freescale Semiconductor, Inc.
*/ */
#include <common.h>
#include <fuse.h> #include <fuse.h>
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/errno.h> #include <linux/errno.h>

View File

@@ -11,7 +11,6 @@
* etc.) which would make common driver an ifdef nightmare :-( * etc.) which would make common driver an ifdef nightmare :-(
*/ */
#include <common.h>
#include <fuse.h> #include <fuse.h>
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/errno.h> #include <linux/errno.h>

View File

@@ -4,7 +4,6 @@
* Copyright (c) 2022 Nuvoton Technology Corp. * Copyright (c) 2022 Nuvoton Technology Corp.
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <regmap.h> #include <regmap.h>
#include <syscon.h> #include <syscon.h>

View File

@@ -4,7 +4,6 @@
*/ */
#include <clk.h> #include <clk.h>
#include <common.h>
#include <dm.h> #include <dm.h>
#include <errno.h> #include <errno.h>
#include <fuse.h> #include <fuse.h>

View File

@@ -3,7 +3,6 @@
* Copyright (C) 2016 Stefan Roese <sr@denx.de> * Copyright (C) 2016 Stefan Roese <sr@denx.de>
*/ */
#include <common.h>
#include <nuvoton_nct6102d.h> #include <nuvoton_nct6102d.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/pnp_def.h> #include <asm/pnp_def.h>

View File

@@ -3,7 +3,6 @@
* Copyright (C) 2022 Sean Anderson <sean.anderson@seco.com> * Copyright (C) 2022 Sean Anderson <sean.anderson@seco.com>
*/ */
#include <common.h>
#include <i2c_eeprom.h> #include <i2c_eeprom.h>
#include <linker_lists.h> #include <linker_lists.h>
#include <misc.h> #include <misc.h>

View File

@@ -8,7 +8,6 @@
#define LOG_CATEGORY UCLASS_P2SB #define LOG_CATEGORY UCLASS_P2SB
#include <common.h>
#include <dm.h> #include <dm.h>
#include <log.h> #include <log.h>
#include <malloc.h> #include <malloc.h>

View File

@@ -8,7 +8,6 @@
#define LOG_CATEGORY UCLASS_MISC #define LOG_CATEGORY UCLASS_MISC
#include <common.h>
#include <axi.h> #include <axi.h>
#include <dm.h> #include <dm.h>
#include <log.h> #include <log.h>

View File

@@ -7,7 +7,6 @@
#define LOG_CATEGORY UCLASS_P2SB #define LOG_CATEGORY UCLASS_P2SB
#include <common.h>
#include <dm.h> #include <dm.h>
#include <asm/io.h> #include <asm/io.h>
#include <p2sb.h> #include <p2sb.h>

View File

@@ -3,7 +3,6 @@
* Copyright (C) 2015 Stefan Roese <sr@denx.de> * Copyright (C) 2015 Stefan Roese <sr@denx.de>
*/ */
#include <common.h>
#include <errno.h> #include <errno.h>
#include <i2c.h> #include <i2c.h>
#include <status_led.h> #include <status_led.h>

View File

@@ -5,7 +5,6 @@
#define LOG_CATEGORY UCLASS_PWRSEQ #define LOG_CATEGORY UCLASS_PWRSEQ
#include <common.h>
#include <dm.h> #include <dm.h>
#include <pwrseq.h> #include <pwrseq.h>

View File

@@ -6,7 +6,6 @@
#define LOG_CATEGORY UCLASS_QFW #define LOG_CATEGORY UCLASS_QFW
#include <common.h>
#include <acpi/acpi_table.h> #include <acpi/acpi_table.h>
#include <bootdev.h> #include <bootdev.h>
#include <bootflow.h> #include <bootflow.h>

View File

@@ -6,7 +6,6 @@
* Written by Philipp Tomsich <philipp.tomsich@theobroma-systems.com> * Written by Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
*/ */
#include <common.h>
#include <asm/io.h> #include <asm/io.h>
#include <command.h> #include <command.h>
#include <display_options.h> #include <display_options.h>

View File

@@ -3,7 +3,6 @@
* Copyright (c) 2019 Fuzhou Rockchip Electronics Co., Ltd * Copyright (c) 2019 Fuzhou Rockchip Electronics Co., Ltd
*/ */
#include <common.h>
#include <asm/io.h> #include <asm/io.h>
#include <command.h> #include <command.h>
#include <display_options.h> #include <display_options.h>

View File

@@ -7,7 +7,6 @@
#define LOG_CATEGORY UCLASS_MISC #define LOG_CATEGORY UCLASS_MISC
#include <common.h>
#include <axi.h> #include <axi.h>
#include <dm.h> #include <dm.h>
#include <misc.h> #include <misc.h>

View File

@@ -17,7 +17,6 @@
* Right now first 1KiB is used to store only serial number. * Right now first 1KiB is used to store only serial number.
*/ */
#include <common.h>
#include <dm/device.h> #include <dm/device.h>
#include <dm/read.h> #include <dm/read.h>
#include <linux/bitops.h> #include <linux/bitops.h>

View File

@@ -3,7 +3,6 @@
* Copyright (c) 2021 Michael Walle <michael@walle.cc> * Copyright (c) 2021 Michael Walle <michael@walle.cc>
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <i2c.h> #include <i2c.h>

View File

@@ -3,7 +3,6 @@
* Copyright (C) 2014, Bin Meng <bmeng.cn@gmail.com> * Copyright (C) 2014, Bin Meng <bmeng.cn@gmail.com>
*/ */
#include <common.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/pnp_def.h> #include <asm/pnp_def.h>

View File

@@ -3,7 +3,6 @@
* Copyright (C) 2016, Bin Meng <bmeng.cn@gmail.com> * Copyright (C) 2016, Bin Meng <bmeng.cn@gmail.com>
*/ */
#include <common.h>
#include <asm/io.h> #include <asm/io.h>
#include <errno.h> #include <errno.h>
#include <smsc_sio1007.h> #include <smsc_sio1007.h>

View File

@@ -4,7 +4,6 @@
* Written by Simon Glass <sjg@chromium.org> * Written by Simon Glass <sjg@chromium.org>
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <dt-structs.h> #include <dt-structs.h>

View File

@@ -4,8 +4,8 @@
* Wolfgang Denk, DENX Software Engineering, wd@denx.de. * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*/ */
#include <common.h>
#include <status_led.h> #include <status_led.h>
#include <linux/types.h>
/* /*
* The purpose of this code is to signal the operational status of a * The purpose of this code is to signal the operational status of a

View File

@@ -6,7 +6,6 @@
#define LOG_CATEGORY UCLASS_NOP #define LOG_CATEGORY UCLASS_NOP
#include <common.h>
#include <dm.h> #include <dm.h>
#include <log.h> #include <log.h>
#include <misc.h> #include <misc.h>

View File

@@ -3,7 +3,6 @@
* Copyright (C) 2018, STMicroelectronics - All Rights Reserved * Copyright (C) 2018, STMicroelectronics - All Rights Reserved
*/ */
#include <common.h>
#include <command.h> #include <command.h>
#include <fuse.h> #include <fuse.h>
#include <misc.h> #include <misc.h>

View File

@@ -6,7 +6,6 @@
* Written by Simon Glass <sjg@chromium.org> * Written by Simon Glass <sjg@chromium.org>
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <errno.h> #include <errno.h>
#include <log.h> #include <log.h>

View File

@@ -4,7 +4,6 @@
* Written by Simon Glass <sjg@chromium.org> * Written by Simon Glass <sjg@chromium.org>
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <errno.h> #include <errno.h>
#include <syscon.h> #include <syscon.h>

View File

@@ -3,7 +3,6 @@
* Copyright (c) 2016, NVIDIA CORPORATION. * Copyright (c) 2016, NVIDIA CORPORATION.
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <log.h> #include <log.h>
#include <malloc.h> #include <malloc.h>

View File

@@ -3,7 +3,6 @@
* Copyright (c) 2016, NVIDIA CORPORATION. * Copyright (c) 2016, NVIDIA CORPORATION.
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <log.h> #include <log.h>
#include <dm/lists.h> #include <dm/lists.h>

View File

@@ -3,7 +3,6 @@
* Copyright (c) 2014 Google, Inc * Copyright (c) 2014 Google, Inc
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <dm/test.h> #include <dm/test.h>
#include <asm/global_data.h> #include <asm/global_data.h>

View File

@@ -4,7 +4,6 @@
* Copyright (C) 2024 Marek Behún <kabel@kernel.org> * Copyright (C) 2024 Marek Behún <kabel@kernel.org>
*/ */
#include <common.h>
#include <console.h> #include <console.h>
#include <dm.h> #include <dm.h>
#include <dm/lists.h> #include <dm/lists.h>

View File

@@ -10,7 +10,6 @@
* https://patchwork.kernel.org/patch/9257715/ * https://patchwork.kernel.org/patch/9257715/
*/ */
#include <common.h>
#include <asm/gpio.h> #include <asm/gpio.h>
#include <dm.h> #include <dm.h>
#include <dm/device_compat.h> #include <dm/device_compat.h>

View File

@@ -4,7 +4,6 @@
* Author: Liviu Dudau <liviu.dudau@foss.arm.com> * Author: Liviu Dudau <liviu.dudau@foss.arm.com>
* *
*/ */
#include <common.h>
#include <dm.h> #include <dm.h>
#include <malloc.h> #include <malloc.h>
#include <dm/read.h> #include <dm/read.h>

View File

@@ -3,7 +3,6 @@
* Copyright (C) 2016 Stefan Roese <sr@denx.de> * Copyright (C) 2016 Stefan Roese <sr@denx.de>
*/ */
#include <common.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/pnp_def.h> #include <asm/pnp_def.h>