aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/hardware/amba.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/hardware/amba.h')
-rw-r--r--include/asm-arm/hardware/amba.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/hardware/amba.h b/include/asm-arm/hardware/amba.h
index 0cc74f7f7e0e0..51e6e54b2aa15 100644
--- a/include/asm-arm/hardware/amba.h
+++ b/include/asm-arm/hardware/amba.h
@@ -31,7 +31,7 @@ struct amba_driver {
int (*probe)(struct amba_device *, void *);
int (*remove)(struct amba_device *);
void (*shutdown)(struct amba_device *);
- int (*suspend)(struct amba_device *, u32);
+ int (*suspend)(struct amba_device *, pm_message_t);
int (*resume)(struct amba_device *);
struct amba_id *id_table;
};