mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
net: Drop dm.h header file from phy.h
This header file should not be included in other header files. Remove it and use other headers and C inclusions instead. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
#ifndef _PHY_INTERFACE_H
|
||||
#define _PHY_INTERFACE_H
|
||||
|
||||
#include <string.h>
|
||||
|
||||
typedef enum {
|
||||
PHY_INTERFACE_MODE_MII,
|
||||
PHY_INTERFACE_MODE_GMII,
|
||||
|
||||
Reference in New Issue
Block a user