diff options
author | Simon Glass <sjg@chromium.org> | 2016-05-01 11:36:19 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-05-17 09:54:43 -0600 |
commit | ae9ffccdac12b21ad55401d8554b5d835c9c8f22 (patch) | |
tree | 87c233f97d46d7cb1348391b1b6662920fef3e50 /drivers | |
parent | f6d000edbeaddfe8e5b5e3be9fd3f6c76fdff6d2 (diff) | |
download | u-boot-ae9ffccdac12b21ad55401d8554b5d835c9c8f22.tar.gz u-boot-ae9ffccdac12b21ad55401d8554b5d835c9c8f22.tar.xz u-boot-ae9ffccdac12b21ad55401d8554b5d835c9c8f22.zip |
dm: blk: Drop the systemace.h header
This has nothing of consequence. Remove it and its only inclusion site.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/block/systemace.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/block/systemace.c b/drivers/block/systemace.c index 4f14d5feee..79e1263a87 100644 --- a/drivers/block/systemace.c +++ b/drivers/block/systemace.c @@ -27,7 +27,6 @@ #include <common.h> #include <command.h> -#include <systemace.h> #include <part.h> #include <asm/io.h> |