mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 09:54:35 +00:00
dm: sandbox: i2c: Drop fdtdec.h header
This is not needed in this driver. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
279e26f5a3
commit
aabf79929e
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@
|
|||
#include <common.h>
|
||||
#include <dm.h>
|
||||
#include <errno.h>
|
||||
#include <fdtdec.h>
|
||||
#include <i2c.h>
|
||||
#include <asm/test.h>
|
||||
#include <dm/lists.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue