aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/macintosh/windfarm_pm91.c
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2008-04-25 16:20:10 -0400
committerSteve French <sfrench@us.ibm.com>2008-04-25 16:20:10 -0400
commit404e86e1550cc2c84bb57a372af784585c732f9a (patch)
treec0e8e2d61c1b1c79705c0dc9f0f16e35267286e4 /drivers/macintosh/windfarm_pm91.c
parent0206e61b467fde4d7b50f1a64355182a4fd9576b (diff)
parentb9fa38f75ea7e1f64bc29653ca9758303ce698e4 (diff)
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'drivers/macintosh/windfarm_pm91.c')
-rw-r--r--drivers/macintosh/windfarm_pm91.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/macintosh/windfarm_pm91.c b/drivers/macintosh/windfarm_pm91.c
index 26eee69ebe6d..764c525b2117 100644
--- a/drivers/macintosh/windfarm_pm91.c
+++ b/drivers/macintosh/windfarm_pm91.c
@@ -702,7 +702,7 @@ static struct platform_driver wf_smu_driver = {
702 .remove = __devexit_p(wf_smu_remove), 702 .remove = __devexit_p(wf_smu_remove),
703 .driver = { 703 .driver = {
704 .name = "windfarm", 704 .name = "windfarm",
705 .bus = &platform_bus_type, 705 .owner = THIS_MODULE,
706 }, 706 },
707}; 707};
708 708
@@ -742,3 +742,4 @@ MODULE_AUTHOR("Benjamin Herrenschmidt <benh@kernel.crashing.org>");
742MODULE_DESCRIPTION("Thermal control logic for PowerMac9,1"); 742MODULE_DESCRIPTION("Thermal control logic for PowerMac9,1");
743MODULE_LICENSE("GPL"); 743MODULE_LICENSE("GPL");
744 744
745MODULE_ALIAS("platform:windfarm");