]> git.sur5r.net Git - u-boot/blobdiff - drivers/usb/host/ohci-sunxi.c
usb: sunxi: ohci: make ohci_t the first member in private data
[u-boot] / drivers / usb / host / ohci-sunxi.c
index e13f6ec9a4ed2296254a2f07c5229f4fc98d2219..db6f438275c016ad0647551af011865762006ef4 100644 (file)
@@ -33,9 +33,9 @@ struct ohci_sunxi_cfg {
 };
 
 struct ohci_sunxi_priv {
+       ohci_t ohci;
        struct sunxi_ccm_reg *ccm;
        u32 *reset0_cfg;
-       ohci_t ohci;
        int ahb_gate_mask; /* Mask of ahb_gate0 clk gate bits for this hcd */
        int usb_gate_mask; /* Mask of usb_clk_cfg clk gate bits for this hcd */
        struct phy phy;