summaryrefslogtreecommitdiff
path: root/src/superio/renesas/m3885x
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-10-19 07:53:06 +0200
committerFelix Held <felix-coreboot@felixheld.de>2019-10-20 15:55:14 +0000
commit6a0e5deb90f370b51cb2cbe275a98757fb1f0557 (patch)
tree88591b80eb319de2be633adda3db45f77870d12b /src/superio/renesas/m3885x
parent0e6e45770293781a19bd92d440bc6da6da642f7f (diff)
downloadcoreboot-6a0e5deb90f370b51cb2cbe275a98757fb1f0557.tar.xz
superio: Remove unused include <device/smbus.h>
Change-Id: Ic8a28493c386c0097dbf3478e6d046fdfbf28724 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/35996 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/superio/renesas/m3885x')
-rw-r--r--src/superio/renesas/m3885x/superio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/superio/renesas/m3885x/superio.c b/src/superio/renesas/m3885x/superio.c
index 522d64796a..79d300bb97 100644
--- a/src/superio/renesas/m3885x/superio.c
+++ b/src/superio/renesas/m3885x/superio.c
@@ -16,7 +16,6 @@
#include <device/device.h>
#include <device/pnp.h>
#include <console/console.h>
-#include <device/smbus.h>
#include <stdlib.h>
#include <pc80/keyboard.h>