summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-07-19 19:15:50 +0300
committerTom Rini <trini@konsulko.com>2020-08-04 05:19:54 +0300
commit153f269ebefe7a9fbcebf2fd427fba2ea9bf1df0 (patch)
tree2b911666145db86da3492d92d11fd298d39141de /arch/arm
parent51a4a857b35009d497b40ad6883627c0585e384e (diff)
downloadu-boot-153f269ebefe7a9fbcebf2fd427fba2ea9bf1df0.tar.xz
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')
-rw-r--r--arch/arm/include/asm/arch-mediatek/reset.h2
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);