diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-03-25 08:35:26 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-05-01 06:16:33 +0000 |
commit | b8a0cd11c6cc509c122b09bafd911ce9c169d9c8 (patch) | |
tree | 04f0e7ef1036adeeb30c2aa7c34a2fde4445ad40 /src/drivers/i2c | |
parent | c712144124764627644280e6341268e3dd7f67ab (diff) |
src: Remove not used 'include <smbios.h>'
Change-Id: I12345a5b6c9ce94ca9f8b555154b2278a8ff97bf
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39816
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/drivers/i2c')
-rw-r--r-- | src/drivers/i2c/at24rf08c/at24rf08c.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/i2c/at24rf08c/at24rf08c.c b/src/drivers/i2c/at24rf08c/at24rf08c.c index 3511502b76..3890638b3d 100644 --- a/src/drivers/i2c/at24rf08c/at24rf08c.c +++ b/src/drivers/i2c/at24rf08c/at24rf08c.c @@ -4,7 +4,6 @@ #include <types.h> #include <device/device.h> #include <device/smbus.h> -#include <smbios.h> #include <console/console.h> static void at24rf08c_init(struct device *dev) |