Commit aabf79929ed69c1d8e4db8b15a0b53d46b1eeeaf

Authored by Simon Glass
1 parent 279e26f5a3

dm: sandbox: i2c: Drop fdtdec.h header

This is not needed in this driver. Drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

drivers/i2c/sandbox_i2c.c
... ... @@ -9,7 +9,6 @@
9 9 #include <common.h>
10 10 #include <dm.h>
11 11 #include <errno.h>
12   -#include <fdtdec.h>
13 12 #include <i2c.h>
14 13 #include <asm/test.h>
15 14 #include <dm/lists.h>