diff options
author | Tom Rini <trini@konsulko.com> | 2024-04-30 20:41:37 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-06 15:07:50 -0600 |
commit | f1f9871e86f84f1fd0e67a3d290aef92274cac07 (patch) | |
tree | af76a1e95af43b02d81eb0acb9abf91e1ae8c73f /board/dhelectronics/dh_stm32mp1/board.c | |
parent | a1bb705c6dddc901b7a53a70c68f7a0cf613b6c6 (diff) |
board: dhelectronics: 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/dhelectronics/dh_stm32mp1/board.c')
-rw-r--r-- | board/dhelectronics/dh_stm32mp1/board.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/dhelectronics/dh_stm32mp1/board.c b/board/dhelectronics/dh_stm32mp1/board.c index 22af423536d..20c9d70737e 100644 --- a/board/dhelectronics/dh_stm32mp1/board.c +++ b/board/dhelectronics/dh_stm32mp1/board.c @@ -3,7 +3,6 @@ * Copyright (C) 2018, STMicroelectronics - All Rights Reserved */ -#include <common.h> #include <adc.h> #include <log.h> #include <net.h> |