]> Git Repo - J-u-boot.git/blobdiff - drivers/usb/musb-new/pic32.c
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
[J-u-boot.git] / drivers / usb / musb-new / pic32.c
index 74a841af4603f34d02cdf58ee7999f6ac48541cd..0b25e5893b3cbaf9711eb36796c826a30b562bee 100644 (file)
@@ -9,7 +9,8 @@
  * Based on the dsps "glue layer" code.
  */
 
-#include <common.h>
+#include <dm.h>
+#include <asm/global_data.h>
 #include <dm/device_compat.h>
 #include <linux/bitops.h>
 #include <linux/delay.h>
@@ -287,6 +288,6 @@ U_BOOT_DRIVER(usb_musb) = {
 #ifdef CONFIG_USB_MUSB_HOST
        .ops            = &musb_usb_ops,
 #endif
-       .platdata_auto_alloc_size = sizeof(struct usb_platdata),
-       .priv_auto_alloc_size = sizeof(struct pic32_musb_data),
+       .plat_auto      = sizeof(struct usb_plat),
+       .priv_auto      = sizeof(struct pic32_musb_data),
 };
This page took 0.028239 seconds and 4 git commands to generate.