aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/hardware/sa1111.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/hardware/sa1111.h')
-rw-r--r--include/asm-arm/hardware/sa1111.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/hardware/sa1111.h b/include/asm-arm/hardware/sa1111.h
index 8fd4f528c38df..319aea064c367 100644
--- a/include/asm-arm/hardware/sa1111.h
+++ b/include/asm-arm/hardware/sa1111.h
@@ -567,7 +567,7 @@ struct sa1111_driver {
unsigned int devid;
int (*probe)(struct sa1111_dev *);
int (*remove)(struct sa1111_dev *);
- int (*suspend)(struct sa1111_dev *, u32);
+ int (*suspend)(struct sa1111_dev *, pm_message_t);
int (*resume)(struct sa1111_dev *);
};