aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/i2c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-04-26 14:23:16 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-04-27 17:48:36 +0000
commitf03daf7d29d78bc3f11babf9930a3cf498081fb2 (patch)
tree6d894ed290f646a7c997e415afaf3a7ce0325194 /src/drivers/i2c
parentaf52f8c4365d89927c90b298fc5bbfc1db36c1ac (diff)
drivers/i2c/lm63: Remove unneeded headers
Change-Id: Id13eef7f0fca0b929372490859aa4734ea7a9f23 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/25868 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/drivers/i2c')
-rw-r--r--src/drivers/i2c/lm63/lm63.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/drivers/i2c/lm63/lm63.c b/src/drivers/i2c/lm63/lm63.c
index 3ce5fd8862..1805778010 100644
--- a/src/drivers/i2c/lm63/lm63.c
+++ b/src/drivers/i2c/lm63/lm63.c
@@ -1,10 +1,6 @@
#include <console/console.h>
#include <device/device.h>
#include <device/smbus.h>
-#include <device/pci.h>
-#include <device/pci_ids.h>
-#include <device/pci_ops.h>
-#include <cpu/x86/msr.h>
static void lm63_init(struct device *dev)
{