diff options
author | Tom Rini | 2023-12-14 13:16:48 -0500 |
---|---|---|
committer | Tom Rini | 2023-12-21 08:54:37 -0500 |
commit | ac2370a856688d3378812ed533fec2991501378f (patch) | |
tree | fed356d3b63bd69ac8de0fd924dc2076890f5d1e /board/data_modul | |
parent | cb3ce954013ce383e64b73b65df1eb4ef8833570 (diff) |
global: Remove duplicate common.h inclusions
These files include <common.h> twice. Start by removing the second
inclusion of the file.
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/data_modul')
-rw-r--r-- | board/data_modul/common/common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/data_modul/common/common.c b/board/data_modul/common/common.c index a6761c21d40..4ece82c7303 100644 --- a/board/data_modul/common/common.c +++ b/board/data_modul/common/common.c @@ -12,7 +12,6 @@ #include <asm/io.h> #include <asm/mach-imx/boot_mode.h> #include <asm/mach-imx/iomux-v3.h> -#include <common.h> #include <dm/uclass.h> #include <hang.h> #include <i2c_eeprom.h> |