src: Remove unused include <device/smbus_def.h>

Change-Id: Idba48b2182d38dd4945044c79c393c3fd514d720
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35988
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Elyes HAOUAS 2019-10-12 18:21:59 +02:00 committed by Kyösti Mälkki
parent 3c24a40d53
commit c00d46353c
2 changed files with 0 additions and 2 deletions

View File

@ -4,7 +4,6 @@
#include <stdint.h>
#include <device/device.h>
#include <device/i2c_bus.h>
#include <device/smbus_def.h>
/* Common SMBus bus operations */
struct smbus_bus_operations {

View File

@ -18,7 +18,6 @@
#include <device/device.h>
#include <device/path.h>
#include <device/smbus.h>
#include <device/smbus_def.h>
#include <device/pci.h>
#include <device/pci_ids.h>
#include <device/pci_ops.h>