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>
This commit is contained in:
Elyes HAOUAS 2018-04-26 14:23:16 +02:00 committed by Patrick Georgi
parent af52f8c436
commit f03daf7d29
1 changed files with 0 additions and 4 deletions

View File

@ -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)
{