commit | 992b6033b77e403e4acb28c195523bb4799aca67 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 19 10:15:39 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 03 22:19:54 2020 -0400 |
tree | 021dcdda9ef0f27396e7c73fd01b6c9aebcd4d9b | |
parent | ef8a4e652a903638e36765b95262a18c53a8c18a [diff] |
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>