diff options
author | Tom Rini <trini@konsulko.com> | 2024-04-30 20:41:36 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-06 15:07:50 -0600 |
commit | a1bb705c6dddc901b7a53a70c68f7a0cf613b6c6 (patch) | |
tree | 057bc134788ae6bc63f226e2fcce634295c2dc4d /board/dfi/dfi-bt700/dfi-bt700.c | |
parent | 2559e387084b9729154c990bc595fbfc7acbaf97 (diff) | |
download | u-boot-a1bb705c6dddc901b7a53a70c68f7a0cf613b6c6.tar.gz |
board: dfi: Remove <common.h> and add needed includes
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/dfi/dfi-bt700/dfi-bt700.c')
-rw-r--r-- | board/dfi/dfi-bt700/dfi-bt700.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/dfi/dfi-bt700/dfi-bt700.c b/board/dfi/dfi-bt700/dfi-bt700.c index 87506a77a17..907cc985d7a 100644 --- a/board/dfi/dfi-bt700/dfi-bt700.c +++ b/board/dfi/dfi-bt700/dfi-bt700.c @@ -3,7 +3,6 @@ * Copyright (C) 2016 Stefan Roese <sr@denx.de> */ -#include <common.h> #include <init.h> #include <log.h> #include <nuvoton_nct6102d.h> |