drivers: remove struct module * setting from struct class
[linux-2.6-microblaze.git] / drivers / usb / typec / pd.c
index 59c537a..0bcde1f 100644 (file)
@@ -15,7 +15,6 @@ static DEFINE_IDA(pd_ida);
 
 static struct class pd_class = {
        .name = "usb_power_delivery",
-       .owner = THIS_MODULE,
 };
 
 #define to_pdo(o) container_of(o, struct pdo, dev)