]> Pileus Git - ~andy/linux/blobdiff - arch/arm/mach-sa1100/pm.c
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
[~andy/linux] / arch / arm / mach-sa1100 / pm.c
index cf9a1e9fb70dc33bd569ec87ba63878d29156e58..2fa499ec6afebf52cad16e2641192029a1cf44ef 100644 (file)
 #include <mach/hardware.h>
 #include <asm/memory.h>
 #include <asm/suspend.h>
-#include <asm/system.h>
 #include <asm/mach/time.h>
 
-extern void sa1100_finish_suspend(unsigned long);
+extern int sa1100_finish_suspend(unsigned long);
 
 #define SAVE(x)                sleep_save[SLEEP_SAVE_##x] = x
 #define RESTORE(x)     x = sleep_save[SLEEP_SAVE_##x]