summaryrefslogtreecommitdiffstats
path: root/src/superio/ite
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-10-14 20:51:52 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-10-16 14:05:11 +0000
commit6f2de3c3f02a4d903a19327c8e2f96610b7a2e07 (patch)
treecb56c02cd7eb0f494099b9c1076400c17cc954c7 /src/superio/ite
parent31c4c7bc0bfa1882bfc7799cfdfb55e83ef1646c (diff)
downloadcoreboot-6f2de3c3f02a4d903a19327c8e2f96610b7a2e07.tar.gz
coreboot-6f2de3c3f02a4d903a19327c8e2f96610b7a2e07.tar.bz2
coreboot-6f2de3c3f02a4d903a19327c8e2f96610b7a2e07.zip
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>
Diffstat (limited to 'src/superio/ite')
-rw-r--r--src/superio/ite/common/env_ctrl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/superio/ite/common/env_ctrl.c b/src/superio/ite/common/env_ctrl.c
index 2f2942be7bad..bee0a509aa11 100644
--- a/src/superio/ite/common/env_ctrl.c
+++ b/src/superio/ite/common/env_ctrl.c
@@ -18,7 +18,6 @@
*/
#include <stdlib.h>
-#include <arch/io.h>
#include <console/console.h>
#include <delay.h>
#include <superio/hwm5_conf.h>