diff options
| -rw-r--r-- | drivers/cpuidle/cpuidle-ux500.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/cpuidle/cpuidle-ux500.c b/drivers/cpuidle/cpuidle-ux500.c index 8bf895c0017d..7941a090bea6 100644 --- a/drivers/cpuidle/cpuidle-ux500.c +++ b/drivers/cpuidle/cpuidle-ux500.c | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | * published by the Free Software Foundation. | 9 | * published by the Free Software Foundation. |
| 10 | */ | 10 | */ |
| 11 | 11 | ||
| 12 | #include <linux/module.h> | 12 | #include <linux/init.h> |
| 13 | #include <linux/cpuidle.h> | 13 | #include <linux/cpuidle.h> |
| 14 | #include <linux/spinlock.h> | 14 | #include <linux/spinlock.h> |
| 15 | #include <linux/atomic.h> | 15 | #include <linux/atomic.h> |
| @@ -124,5 +124,4 @@ static struct platform_driver dbx500_cpuidle_plat_driver = { | |||
| 124 | }, | 124 | }, |
| 125 | .probe = dbx500_cpuidle_probe, | 125 | .probe = dbx500_cpuidle_probe, |
| 126 | }; | 126 | }; |
| 127 | 127 | builtin_platform_driver(dbx500_cpuidle_plat_driver); | |
| 128 | module_platform_driver(dbx500_cpuidle_plat_driver); | ||
