commit | 2a64ada78cba32196a4f49bd000a501fa2c96647 | [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 | c2848cc2c35ccaedb10f23c3ee2a46ffdcc0de0c [diff] [blame] |
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>
diff --git a/include/dm/read.h b/include/dm/read.h index b1a6108..487ec9e 100644 --- a/include/dm/read.h +++ b/include/dm/read.h
@@ -11,6 +11,7 @@ #include <linux/errno.h> +#include <dm/device.h> #include <dm/fdtaddr.h> #include <dm/ofnode.h> #include <dm/uclass.h>