mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
w1: 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:
@@ -8,7 +8,7 @@
|
||||
#ifndef __W1_H
|
||||
#define __W1_H
|
||||
|
||||
#include <dm.h>
|
||||
struct udevice;
|
||||
|
||||
#define W1_FAMILY_DS24B33 0x23
|
||||
#define W1_FAMILY_DS2431 0x2d
|
||||
|
Reference in New Issue
Block a user