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:
parent
3c24a40d53
commit
c00d46353c
|
@ -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 {
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue