vserver 2.0 rc7
[linux-2.6.git] / include / asm-arm / arch-integrator / lm.h
index d792b11..28186b6 100644 (file)
@@ -10,7 +10,7 @@ struct lm_driver {
        struct device_driver    drv;
        int                     (*probe)(struct lm_device *);
        void                    (*remove)(struct lm_device *);
-       int                     (*suspend)(struct lm_device *, u32);
+       int                     (*suspend)(struct lm_device *, pm_message_t);
        int                     (*resume)(struct lm_device *);
 };