OSDN Git Service

usb: host: drop owner assignment from platform_drivers
authorWolfram Sang <wsa@the-dreams.de>
Sun, 21 Dec 2014 20:28:24 +0000 (21:28 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 9 Jan 2015 20:31:53 +0000 (12:31 -0800)
commit1d97869198a36dfc2920abd5776d91767fbead63
treed04f987d4a1c988c287b5b4f0db37123350ceae7
parentf1161256258e8ea24c3e5846abfdaccc508134b4
usb: host: drop owner assignment from platform_drivers

These platform_drivers do not need to set an owner, it will be populated by the
driver core.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
16 files changed:
drivers/usb/host/ehci-fsl.c
drivers/usb/host/ehci-grlib.c
drivers/usb/host/ehci-pmcmsp.c
drivers/usb/host/ehci-ppc-of.c
drivers/usb/host/ehci-sead3.c
drivers/usb/host/ehci-sh.c
drivers/usb/host/ehci-tilegx.c
drivers/usb/host/ehci-xilinx-of.c
drivers/usb/host/ohci-da8xx.c
drivers/usb/host/ohci-jz4740.c
drivers/usb/host/ohci-ppc-of.c
drivers/usb/host/ohci-sm501.c
drivers/usb/host/ohci-tilegx.c
drivers/usb/host/ohci-tmio.c
drivers/usb/host/uhci-grlib.c
drivers/usb/host/uhci-platform.c