]> git.baikalelectronics.ru Git - uboot.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)
commit327034bcc06120bfb1387963395831659dc5bf8b
tree021dcdda9ef0f27396e7c73fd01b6c9aebcd4d9b
parent1852686cbecacbba5d28ca4c50a2509b26e3a8ab
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