Correct the type of the suspend state parameter

Signed-Off-by: Richard Purdie <rpurdie@rpsys.net>

Index: linux-2.6.13/arch/arm/common/scoop.c
===================================================================
--- linux-2.6.13.orig/arch/arm/common/scoop.c	2005-09-09 00:12:09.000000000 +0100
+++ linux-2.6.13/arch/arm/common/scoop.c	2005-09-09 00:22:58.000000000 +0100
@@ -91,7 +91,7 @@
 EXPORT_SYMBOL(write_scoop_reg);
 
 #ifdef CONFIG_PM
-static int scoop_suspend(struct device *dev, uint32_t state, uint32_t level)
+static int scoop_suspend(struct device *dev, pm_message_t state, uint32_t level)
 {
 	if (level == SUSPEND_POWER_DOWN) {
 		struct scoop_dev *sdev = dev_get_drvdata(dev);

