mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-28 14:52:28 +00:00
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>
This commit is contained in:
parent
51a4a857b3
commit
153f269ebe
@ -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);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user