]> git.dujemihanovic.xyz Git - u-boot.git/commit
net: Drop dm.h header file from phy.h
authorSimon Glass <sjg@chromium.org>
Sun, 19 Jul 2020 16:15:39 +0000 (10:15 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 4 Aug 2020 02:19:54 +0000 (22:19 -0400)
commit2a64ada78cba32196a4f49bd000a501fa2c96647
tree021dcdda9ef0f27396e7c73fd01b6c9aebcd4d9b
parentc2848cc2c35ccaedb10f23c3ee2a46ffdcc0de0c
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>
cmd/mdio.c
cmd/mii.c
include/dm/read.h
include/phy.h
include/phy_interface.h
net/eth_legacy.c