提交 153f269e 编写于 作者: S Simon Glass 提交者: Tom Rini

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: NSimon Glass <sjg@chromium.org>
上级 51a4a857
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#ifndef __MEDIATEK_RESET_H #ifndef __MEDIATEK_RESET_H
#define __MEDIATEK_RESET_H #define __MEDIATEK_RESET_H
#include <dm.h> struct udevice;
int mediatek_reset_bind(struct udevice *pdev, u32 regofs, u32 num_regs); int mediatek_reset_bind(struct udevice *pdev, u32 regofs, u32 num_regs);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册