Merge branch '2022-07-05-more-Kconfig-migrations' into next
[platform/kernel/u-boot.git] / include / dm.h
index bf4b07d..a1b8416 100644 (file)
@@ -3,10 +3,13 @@
  * Copyright (c) 2013 Google, Inc
  */
 
+#ifdef _DM_H_
+#warning "Suspect dm.h is included from a header file - please fix"
+#endif
+
 #ifndef _DM_H_
 #define _DM_H_
 
-#include <dm/ofnode.h>
 #include <dm/device.h>
 #include <dm/fdtaddr.h>
 #include <dm/ofnode.h>