avr32: Use <mach/foo.h> instead of <asm/arch/foo.h>
[deliverable/linux.git] / arch / avr32 / kernel / process.c
index ff820a9e743a01c3d5fdd7bd61649fec474bdad3..2c08ac992ac3d8435c2284224cbbd5a0691ac085 100644 (file)
@@ -18,7 +18,7 @@
 #include <asm/sysreg.h>
 #include <asm/ocd.h>
 
-#include <asm/arch/pm.h>
+#include <mach/pm.h>
 
 void (*pm_power_off)(void) = NULL;
 EXPORT_SYMBOL(pm_power_off);
This page took 0.023557 seconds and 5 git commands to generate.