]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/input/keyboard/bf54x-keys.c
Input: add MODULE_ALIAS() to hotpluggable platform modules
[linux-2.6-omap-h63xx.git] / drivers / input / keyboard / bf54x-keys.c
index 05e3494cf8b87f4bb80fc9b904cda36099e6b6e5..d87ac3322a6d2c777d725c8bbe5fba4ea831d688 100644 (file)
@@ -359,6 +359,7 @@ struct platform_driver bfin_kpad_device_driver = {
        .remove         = __devexit_p(bfin_kpad_remove),
        .driver         = {
                .name   = DRV_NAME,
+               .owner  = THIS_MODULE,
        }
 };
 
@@ -378,3 +379,4 @@ module_exit(bfin_kpad_exit);
 MODULE_LICENSE("GPL");
 MODULE_AUTHOR("Michael Hennerich <hennerich@blackfin.uclinux.org>");
 MODULE_DESCRIPTION("Keypad driver for BF54x Processors");
+MODULE_ALIAS("platform:bf54x-keys");