]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/spi/spi_txx9.c
Merge branch 'x86/header-guards' into x86-v28-for-linus-phase1
[karo-tx-linux.git] / drivers / spi / spi_txx9.c
index 363ac8e6882106074478ae74b48cb8383440b770..2296f37ea3c636613a20dc422285093d02ddf52a 100644 (file)
@@ -450,6 +450,9 @@ static int __exit txx9spi_remove(struct platform_device *dev)
        return 0;
 }
 
+/* work with hotplug and coldplug */
+MODULE_ALIAS("platform:spi_txx9");
+
 static struct platform_driver txx9spi_driver = {
        .remove = __exit_p(txx9spi_remove),
        .driver = {