summaryrefslogtreecommitdiff
path: root/src/mainboard/razer
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-10-14 21:09:49 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-10-16 14:05:23 +0000
commit2c760f5b701f58d4f423f6dd32d1d0010c985d9f (patch)
treef6ba3bce1376c755a1eb09dd0ff2e1670976cc9b /src/mainboard/razer
parent6f2de3c3f02a4d903a19327c8e2f96610b7a2e07 (diff)
downloadcoreboot-2c760f5b701f58d4f423f6dd32d1d0010c985d9f.tar.xz
src/mb: Remove unused 'include <arch/io.h>'
Change-Id: I03461cb9e87b4ddd599e5601637a75b012694e7c Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36047 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/razer')
-rw-r--r--src/mainboard/razer/blade_stealth_kbl/romstage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/razer/blade_stealth_kbl/romstage.c b/src/mainboard/razer/blade_stealth_kbl/romstage.c
index 893d28a2ab..f18e6c9827 100644
--- a/src/mainboard/razer/blade_stealth_kbl/romstage.c
+++ b/src/mainboard/razer/blade_stealth_kbl/romstage.c
@@ -20,7 +20,6 @@
#include <assert.h>
#include <soc/romstage.h>
#include <spd_bin.h>
-#include <arch/io.h>
#include "spd/spd.h"
#include <ec/acpi/ec.h>
#include <stdint.h>