diff options
author | Simon Glass <sjg@chromium.org> | 2020-07-19 10:15:50 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-08-03 22:19:54 -0400 |
commit | 153f269ebefe7a9fbcebf2fd427fba2ea9bf1df0 (patch) | |
tree | 2b911666145db86da3492d92d11fd298d39141de /arch/arm/include/asm/arch-mediatek | |
parent | 51a4a857b35009d497b40ad6883627c0585e384e (diff) |
mediatek: Drop dm.h header file
This header file should not be included in other header files. Remove it
and use a forward declaration instead.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/include/asm/arch-mediatek')
-rw-r--r-- | arch/arm/include/asm/arch-mediatek/reset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-mediatek/reset.h b/arch/arm/include/asm/arch-mediatek/reset.h index 9704666d24..4ba0bad94e 100644 --- a/arch/arm/include/asm/arch-mediatek/reset.h +++ b/arch/arm/include/asm/arch-mediatek/reset.h @@ -6,7 +6,7 @@ #ifndef __MEDIATEK_RESET_H #define __MEDIATEK_RESET_H -#include <dm.h> +struct udevice; int mediatek_reset_bind(struct udevice *pdev, u32 regofs, u32 num_regs); |