Hi!

This fixes u32 vs. pm_message_t in generic code. No code
changes. Please apply,
                                                                Pavel


--- clean-mm/Documentation/power/devices.txt    2005-02-15 00:34:36.000000000 
+0100
+++ linux-mm/Documentation/power/devices.txt    2005-02-15 01:04:09.000000000 
+0100
@@ -15,7 +15,7 @@
 
 struct bus_type {
        ...
-       int             (*suspend)(struct device * dev, u32 state);
+       int             (*suspend)(struct device * dev, pm_message_t state);
        int             (*resume)(struct device * dev);
 };
 

--- clean-mm/include/linux/device.h     2005-02-15 00:34:41.000000000 +0100
+++ linux-mm/include/linux/device.h     2005-02-15 01:04:11.000000000 +0100
@@ -111,7 +111,7 @@
        int     (*probe)        (struct device * dev);
        int     (*remove)       (struct device * dev);
        void    (*shutdown)     (struct device * dev);
-       int     (*suspend)      (struct device * dev, u32 state, u32 level);
+       int     (*suspend)      (struct device * dev, pm_message_t state, u32 
level);
        int     (*resume)       (struct device * dev, u32 level);
 };
 
 
-- 
People were complaining that M$ turns users into beta-testers...
...jr ghea gurz vagb qrirybcref, naq gurl frrz gb yvxr vg gung jnl!
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to