|
@@ -19,13 +19,13 @@
|
|
|
#define pr_fmt(fmt) "mvebu-pmsu: " fmt
|
|
|
|
|
|
#include <linux/cpu_pm.h>
|
|
|
-#include <linux/kernel.h>
|
|
|
#include <linux/init.h>
|
|
|
-#include <linux/of_address.h>
|
|
|
#include <linux/io.h>
|
|
|
+#include <linux/kernel.h>
|
|
|
+#include <linux/of_address.h>
|
|
|
#include <linux/platform_device.h>
|
|
|
-#include <linux/smp.h>
|
|
|
#include <linux/resource.h>
|
|
|
+#include <linux/smp.h>
|
|
|
#include <asm/cacheflush.h>
|
|
|
#include <asm/cp15.h>
|
|
|
#include <asm/smp_plat.h>
|