dm: core: Require users of devres to include the header
[oweals/u-boot.git] / drivers / usb / gadget / pxa25x_udc.c
index 44092df25baa0f3f9dc0cba5f5bc47b7d5b578e7..6e1e57f9fdae889e704fbeef3ec77c5ba43b702c 100644 (file)
@@ -22,6 +22,7 @@
 #include <asm/system.h>
 #include <asm/mach-types.h>
 #include <asm/unaligned.h>
+#include <dm/devres.h>
 #include <linux/compat.h>
 #include <malloc.h>
 #include <asm/io.h>
@@ -29,7 +30,6 @@
 
 #include <linux/usb/ch9.h>
 #include <linux/usb/gadget.h>
-#include <usb/lin_gadget_compat.h>
 #include <asm/arch/pxa-regs.h>
 
 #include "pxa25x_udc.h"