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/common/dh_common.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/common/dh_common.c')
-rw-r--r-- | board/dhelectronics/common/dh_common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/dhelectronics/common/dh_common.c b/board/dhelectronics/common/dh_common.c index 34094a020b0..32c50b4f0f5 100644 --- a/board/dhelectronics/common/dh_common.c +++ b/board/dhelectronics/common/dh_common.c @@ -4,7 +4,6 @@ * Copyright 2022 DENX Software Engineering GmbH, Philip Oberfichtner <pro@denx.de> */ -#include <common.h> #include <dm.h> #include <i2c_eeprom.h> #include <net.h> |