diff options
author | Tom Rini <trini@konsulko.com> | 2024-05-01 19:30:31 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:41 -0600 |
commit | 5e1378a5bfcd9678c840fd87fc666ef38fb01b11 (patch) | |
tree | e8a7346f23c535c8e88e16655bb3ee006ffa78f0 /drivers/block/sandbox.c | |
parent | f60757dfd08e8d1b75a13d92e2bab66f13e6e963 (diff) | |
download | u-boot-5e1378a5bfcd9678c840fd87fc666ef38fb01b11.tar.gz u-boot-5e1378a5bfcd9678c840fd87fc666ef38fb01b11.tar.bz2 u-boot-5e1378a5bfcd9678c840fd87fc666ef38fb01b11.zip |
block: Remove <common.h> and add needed includes
Remove <common.h> from this driver directory and when needed
add missing include files directly.
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/block/sandbox.c')
-rw-r--r-- | drivers/block/sandbox.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/block/sandbox.c b/drivers/block/sandbox.c index be4e02cb60..ec34f1ad8c 100644 --- a/drivers/block/sandbox.c +++ b/drivers/block/sandbox.c @@ -3,7 +3,6 @@ * Copyright (C) 2013 Henrik Nordstrom <henrik@henriknordstrom.net> */ -#include <common.h> #include <blk.h> #include <dm.h> #include <fdtdec.h> |