--- linux-2.6.10-rc1-bk13.work/arch/arm/mach-s3c2410/pm.c	2004-11-03 23:34:59.000000000 +0100
+++ linux-2.6.10-rc1-bk13.current/arch/arm/mach-s3c2410/pm.c	2004-11-04 00:06:45.000000000 +0100
@@ -434,7 +434,7 @@
  * central control for sleep/resume process
 */
 
-static int s3c2410_pm_enter(u32 state)
+static int s3c2410_pm_enter(suspend_state_t state)
 {
 	unsigned long regs_save[16];
 	unsigned long tmp;
@@ -546,7 +546,7 @@
 /*
  * Called after processes are frozen, but before we shut down devices.
  */
-static int s3c2410_pm_prepare(u32 state)
+static int s3c2410_pm_prepare(suspend_state_t state)
 {
 	return 0;
 }
@@ -554,7 +554,7 @@
 /*
  * Called after devices are re-setup, but before processes are thawed.
  */
-static int s3c2410_pm_finish(u32 state)
+static int s3c2410_pm_finish(suspend_state_t state)
 {
 	return 0;
 }
