mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08: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:
@ -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>
|
||||
|
Reference in New Issue
Block a user