OSDN Git Service

usb: host: drop owner assignment from platform_drivers
[uclinux-h8/linux.git] / drivers / usb / host / ehci-xilinx-of.c
index a232836..f544808 100644 (file)
@@ -236,7 +236,6 @@ static struct platform_driver ehci_hcd_xilinx_of_driver = {
        .shutdown       = usb_hcd_platform_shutdown,
        .driver = {
                .name = "xilinx-of-ehci",
-               .owner = THIS_MODULE,
                .of_match_table = ehci_hcd_xilinx_of_match,
        },
 };