OSDN Git Service

usb: musb: remove duplicated quirks flag
authorBin Liu <b-liu@ti.com>
Mon, 21 May 2018 13:42:13 +0000 (08:42 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 May 2018 10:03:24 +0000 (12:03 +0200)
commitdc8fca6c68c0b1262c62435490ee7a0a70d23e2a
treea138ff6fffe6964eff23230582889eb60e1db4c6
parent113ad151cf03ca4fe74a91c5acb8191aba630d04
usb: musb: remove duplicated quirks flag

Both musb_io and musb_platform_ops in struct musb define a quirks flag
for the same purpose.  Let's remove the one in struct musb_io, and use
that in struct musb_platform_ops instead.

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_cppi41.c
drivers/usb/musb/musb_dma.h
drivers/usb/musb/musb_io.h