OSDN Git Service

usb: host: drop owner assignment from platform_drivers
[uclinux-h8/linux.git] / drivers / usb / host / ehci-ppc-of.c
index 5479247..1a10c8d 100644 (file)
@@ -234,7 +234,6 @@ static struct platform_driver ehci_hcd_ppc_of_driver = {
        .shutdown       = usb_hcd_platform_shutdown,
        .driver = {
                .name = "ppc-of-ehci",
-               .owner = THIS_MODULE,
                .of_match_table = ehci_hcd_ppc_of_match,
        },
 };