usb: musb: remove readl/writel from struct musb_platform_ops
authorBin Liu <b-liu@ti.com>
Mon, 21 May 2018 13:42:10 +0000 (08:42 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 May 2018 10:03:24 +0000 (12:03 +0200)
commit42e990ea80f23c58404f24c009da3ae3867a1fec
treebbc0cb4bf5a4f182378963fec9e4dfeffbe6d740
parent78fba982db768fd2cd3f05b03ea2b2b13af1cfbb
usb: musb: remove readl/writel from struct musb_platform_ops

Now Blackfin support is removed, we no longer need function pointers for
musb_readl() and musb_writel().

Signed-off-by: Bin Liu <b-liu@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/musb/musb_core.c
drivers/usb/musb/musb_core.h
drivers/usb/musb/musb_io.h