]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/misc/atmel-ssc.c
oom: do not dump task state for non thread group leaders
[linux-2.6-omap-h63xx.git] / drivers / misc / atmel-ssc.c
index 058ccac700d012f3b7c1cd396f5771f95ec7eaae..bf5e4d065436a2153c76ff13ef6adae2f2604a49 100644 (file)
@@ -13,7 +13,6 @@
 #include <linux/clk.h>
 #include <linux/err.h>
 #include <linux/io.h>
-#include <linux/list.h>
 #include <linux/spinlock.h>
 #include <linux/atmel-ssc.h>
 
@@ -154,6 +153,7 @@ static struct platform_driver ssc_driver = {
        .remove         = __devexit_p(ssc_remove),
        .driver         = {
                .name           = "ssc",
+               .owner          = THIS_MODULE,
        },
 };
 
@@ -172,3 +172,4 @@ module_exit(ssc_exit);
 MODULE_AUTHOR("Hans-Christian Egtvedt <hcegtvedt@atmel.com>");
 MODULE_DESCRIPTION("SSC driver for Atmel AVR32 and AT91");
 MODULE_LICENSE("GPL");
+MODULE_ALIAS("platform:ssc");