netfilter: nf_conntrack: fix hash resizing with namespaces
[safe/jmp/linux-2.6] / include / linux / pm_wakeup.h
index 3af0c8d..0aae777 100644 (file)
@@ -63,6 +63,8 @@ static inline void device_init_wakeup(struct device *dev, int val)
        dev->power.can_wakeup = !!val;
 }
 
+static inline void device_set_wakeup_capable(struct device *dev, int val) { }
+
 static inline int device_can_wakeup(struct device *dev)
 {
        return dev->power.can_wakeup;