Index: uspace/drv/platform/amdm37x/cm/clock_control.h
===================================================================
--- uspace/drv/platform/amdm37x/cm/clock_control.h	(revision 54861caa0779855e4638f92c497c12ea05cd6a04)
+++ uspace/drv/platform/amdm37x/cm/clock_control.h	(revision 7ee7e6a46a8c5572893213586024c72f56b3db7f)
@@ -35,5 +35,6 @@
 #ifndef AMDM37x_CLOCK_CONTROL_CM_H
 #define AMDM37x_CLOCK_CONTROL_CM_H
-#include <sys/types.h>
+
+#include <ddi.h>
 #include <macros.h>
 
Index: uspace/drv/platform/amdm37x/cm/core.h
===================================================================
--- uspace/drv/platform/amdm37x/cm/core.h	(revision 54861caa0779855e4638f92c497c12ea05cd6a04)
+++ uspace/drv/platform/amdm37x/cm/core.h	(revision 7ee7e6a46a8c5572893213586024c72f56b3db7f)
@@ -35,5 +35,6 @@
 #ifndef AMDM37x_CORE_CM_H
 #define AMDM37x_CORE_CM_H
-#include <sys/types.h>
+
+#include <ddi.h>
 #include <macros.h>
 
Index: uspace/drv/platform/amdm37x/cm/iva2.h
===================================================================
--- uspace/drv/platform/amdm37x/cm/iva2.h	(revision 54861caa0779855e4638f92c497c12ea05cd6a04)
+++ uspace/drv/platform/amdm37x/cm/iva2.h	(revision 7ee7e6a46a8c5572893213586024c72f56b3db7f)
@@ -35,5 +35,6 @@
 #ifndef AMDM37x_IVA2_CM_H
 #define AMDM37x_IVA2_CM_H
-#include <sys/types.h>
+
+#include <ddi.h>
 #include <macros.h>
 
Index: uspace/drv/platform/amdm37x/cm/mpu.h
===================================================================
--- uspace/drv/platform/amdm37x/cm/mpu.h	(revision 54861caa0779855e4638f92c497c12ea05cd6a04)
+++ uspace/drv/platform/amdm37x/cm/mpu.h	(revision 7ee7e6a46a8c5572893213586024c72f56b3db7f)
@@ -35,5 +35,6 @@
 #ifndef AMDM37x_MPU_CM_H
 #define AMDM37x_MPU_CM_H
-#include <sys/types.h>
+
+#include <ddi.h>
 #include <macros.h>
 
Index: uspace/drv/platform/amdm37x/cm/usbhost.h
===================================================================
--- uspace/drv/platform/amdm37x/cm/usbhost.h	(revision 54861caa0779855e4638f92c497c12ea05cd6a04)
+++ uspace/drv/platform/amdm37x/cm/usbhost.h	(revision 7ee7e6a46a8c5572893213586024c72f56b3db7f)
@@ -35,6 +35,7 @@
 #ifndef AMDM37x_USBHOST_CM_H
 #define AMDM37x_USBHOST_CM_H
+
 #include <macros.h>
-#include <sys/types.h>
+#include <ddi.h>
 
 /* AM/DM37x TRM p.447 */
Index: uspace/drv/platform/amdm37x/prm/clock_control.h
===================================================================
--- uspace/drv/platform/amdm37x/prm/clock_control.h	(revision 54861caa0779855e4638f92c497c12ea05cd6a04)
+++ uspace/drv/platform/amdm37x/prm/clock_control.h	(revision 7ee7e6a46a8c5572893213586024c72f56b3db7f)
@@ -35,5 +35,6 @@
 #ifndef AMDM37X_PRM_CLOCK_CONTROL_H
 #define AMDM37X_PRM_CLOCK_CONTROL_H
-#include <sys/types.h>
+
+#include <ddi.h>
 #include <macros.h>
 
Index: uspace/drv/platform/amdm37x/prm/global_reg.h
===================================================================
--- uspace/drv/platform/amdm37x/prm/global_reg.h	(revision 54861caa0779855e4638f92c497c12ea05cd6a04)
+++ uspace/drv/platform/amdm37x/prm/global_reg.h	(revision 7ee7e6a46a8c5572893213586024c72f56b3db7f)
@@ -35,5 +35,6 @@
 #ifndef AMDM37X_PRM_GLOBAL_REG_H
 #define AMDM37X_PRM_GLOBAL_REG_H
-#include <sys/types.h>
+
+#include <ddi.h>
 #include <macros.h>
 
Index: uspace/drv/platform/amdm37x/prm/usbhost.h
===================================================================
--- uspace/drv/platform/amdm37x/prm/usbhost.h	(revision 54861caa0779855e4638f92c497c12ea05cd6a04)
+++ uspace/drv/platform/amdm37x/prm/usbhost.h	(revision 7ee7e6a46a8c5572893213586024c72f56b3db7f)
@@ -35,5 +35,6 @@
 #ifndef AMDM37X_PRM_CLOCK_CONTROL_H
 #define AMDM37X_PRM_CLOCK_CONTROL_H
-#include <sys/types.h>
+
+#include <ddi.h>
 #include <macros.h>
 
Index: uspace/drv/platform/amdm37x/uhh.h
===================================================================
--- uspace/drv/platform/amdm37x/uhh.h	(revision 54861caa0779855e4638f92c497c12ea05cd6a04)
+++ uspace/drv/platform/amdm37x/uhh.h	(revision 7ee7e6a46a8c5572893213586024c72f56b3db7f)
@@ -35,6 +35,7 @@
 #ifndef AMDM37x_UHH_H
 #define AMDM37x_UHH_H
+
 #include <macros.h>
-#include <sys/types.h>
+#include <ddi.h>
 
 #define AMDM37x_UHH_BASE_ADDRESS  0x48064000
Index: uspace/drv/platform/amdm37x/usbtll.h
===================================================================
--- uspace/drv/platform/amdm37x/usbtll.h	(revision 54861caa0779855e4638f92c497c12ea05cd6a04)
+++ uspace/drv/platform/amdm37x/usbtll.h	(revision 7ee7e6a46a8c5572893213586024c72f56b3db7f)
@@ -35,6 +35,7 @@
 #ifndef AMDM37x_USBTLL_H
 #define AMDM37x_USBTLL_H
+
 #include <macros.h>
-#include <sys/types.h>
+#include <ddi.h>
 
 #define AMDM37x_USBTLL_BASE_ADDRESS  0x48062000
