drivers: remove struct module * setting from struct class
[linux-2.6-microblaze.git] / drivers / mux / core.c
index 49bedbe..990e7bc 100644 (file)
@@ -45,7 +45,6 @@ struct mux_state {
 
 static struct class mux_class = {
        .name = "mux",
-       .owner = THIS_MODULE,
 };
 
 static DEFINE_IDA(mux_ida);