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_imx.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_imx.c')
-rw-r--r-- | board/dhelectronics/common/dh_imx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/dhelectronics/common/dh_imx.c b/board/dhelectronics/common/dh_imx.c index 7f451bad59c..3d6487dd0d8 100644 --- a/board/dhelectronics/common/dh_imx.c +++ b/board/dhelectronics/common/dh_imx.c @@ -4,9 +4,9 @@ * Copyright 2022 DENX Software Engineering GmbH, Philip Oberfichtner <pro@denx.de> */ +#include <linux/errno.h> #include <asm/arch/imx-regs.h> #include <asm/arch/sys_proto.h> -#include <common.h> #include <net.h> #include "dh_imx.h" |