dm: Use dm.h header when driver mode is used
[oweals/u-boot.git] / drivers / gpio / bcm6345_gpio.c
index 1c46020aa4d6ca3ba12bd6aaea6ba379d1f9c0a3..1d752130dfe3ce90b2741732ad69329e9eb4a91a 100644 (file)
@@ -9,10 +9,10 @@
  */
 
 #include <common.h>
+#include <dm.h>
 #include <errno.h>
 #include <asm/gpio.h>
 #include <asm/io.h>
-#include <dm/device.h>
 
 DECLARE_GLOBAL_DATA_PTR;