src/superio: Remove unused 'include <arch/io.h>'

Change-Id: Ia08e27da51f1f523232379960dc21c1ba4849932
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36046
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
Elyes HAOUAS 2019-10-14 20:51:52 +02:00 committed by Patrick Georgi
parent 31c4c7bc0b
commit 6f2de3c3f0
5 changed files with 1 additions and 4 deletions

View File

@ -15,7 +15,6 @@
* GNU General Public License for more details.
*/
#include <arch/io.h>
#include <device/device.h>
#include <device/pnp.h>
#include <superio/conf_mode.h>

View File

@ -18,7 +18,6 @@
#ifndef SUPERIO_ASPEED_COMMON_ROMSTAGE_H
#define SUPERIO_ASPEED_COMMON_ROMSTAGE_H
#include <arch/io.h>
#include <device/pnp_type.h>
#include <stdint.h>

View File

@ -18,7 +18,6 @@
#define SUPERIO_FINTEK_FAN_CONTROL_H
#include <stdint.h>
#include <arch/io.h>
typedef enum {
IGNORE_SENSOR = 0,

View File

@ -14,6 +14,7 @@
* GNU General Public License for more details.
*/
#include <arch/io.h>
#include <console/console.h>
#include "../common/fan_control.h"
#include "f81803a_hwm.h"

View File

@ -18,7 +18,6 @@
*/
#include <stdlib.h>
#include <arch/io.h>
#include <console/console.h>
#include <delay.h>
#include <superio/hwm5_conf.h>