diff options
author | Vasily Khoruzhick <anarsoul@gmail.com> | 2018-06-13 23:19:34 -0700 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2018-06-14 12:57:19 +0200 |
commit | b9f34757db5dcde9ccfa6ce35705b025bc4843fc (patch) | |
tree | 1062f943044a0bd351a58ac7e23a51885463589b /drivers/usb/common | |
parent | 11bb62768de4c1508202ce9dd572f17fc3d95779 (diff) |
usb: sunxi: access ahb_reset0_cfg in CCM using its offset
struct sunxi_ccm_reg doesn't have ahb_reset0_cfg on sun4i and sun5i,
thus compilation fails with:
drivers/usb/host/ohci-sunxi.c:96:26: error: 'struct sunxi_ccm_reg' has
no member named 'ahb_reset0_cfg'
Access this reg using its offset to fix this issue.
Fixes commit 1ed9c1118 ("usb: sunxi: ehci: get rid of ifdefs")
and commit 56830cee3 ("usb: sunxi: ohci: get rid of ifdefs")
Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
Diffstat (limited to 'drivers/usb/common')
0 files changed, 0 insertions, 0 deletions