dm: treewide: Rename 'platdata' variables to just 'plat'
[platform/kernel/u-boot.git] / drivers / usb / host / xhci-brcm.c
index f50f069..cc20cf0 100644 (file)
@@ -92,7 +92,7 @@ U_BOOT_DRIVER(usb_xhci) = {
        .remove                         = xhci_brcm_deregister,
        .ops                            = &xhci_usb_ops,
        .of_match                       = xhci_brcm_ids,
-       .platdata_auto  = sizeof(struct brcm_xhci_platdata),
+       .plat_auto      = sizeof(struct brcm_xhci_platdata),
        .priv_auto              = sizeof(struct xhci_ctrl),
        .flags                          = DM_FLAG_ALLOC_PRIV_DMA,
 };