diff options
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/platform/olpc/olpc-xo1.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/platform/olpc/olpc-xo1.c b/arch/x86/platform/olpc/olpc-xo1.c index f4155354a7b0..99513642a0e6 100644 --- a/arch/x86/platform/olpc/olpc-xo1.c +++ b/arch/x86/platform/olpc/olpc-xo1.c | |||
@@ -63,7 +63,7 @@ static int __devinit olpc_xo1_probe(struct platform_device *pdev) | |||
63 | if (!machine_is_olpc()) | 63 | if (!machine_is_olpc()) |
64 | return -ENODEV; | 64 | return -ENODEV; |
65 | 65 | ||
66 | err = mfd_shared_cell_enable(pdev); | 66 | err = mfd_cell_enable(pdev); |
67 | if (err) | 67 | if (err) |
68 | return err; | 68 | return err; |
69 | 69 | ||
@@ -88,7 +88,7 @@ static int __devinit olpc_xo1_probe(struct platform_device *pdev) | |||
88 | 88 | ||
89 | static int __devexit olpc_xo1_remove(struct platform_device *pdev) | 89 | static int __devexit olpc_xo1_remove(struct platform_device *pdev) |
90 | { | 90 | { |
91 | mfd_shared_cell_disable(pdev); | 91 | mfd_cell_disable(pdev); |
92 | 92 | ||
93 | if (strcmp(pdev->name, "olpc-xo1-pms") == 0) | 93 | if (strcmp(pdev->name, "olpc-xo1-pms") == 0) |
94 | pms_base = 0; | 94 | pms_base = 0; |