diff --git a/[refs] b/[refs] index bd2854ed463a..ad298dadebc3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d75f65fd247fe85d90a3880d143b1bb22fe13a48 +refs/heads/master: 558481f038e587b22d02167af58914c814ce9de5 diff --git a/trunk/include/linux/pm.h b/trunk/include/linux/pm.h index 4ad9de94449a..5bf1ce89cfbb 100644 --- a/trunk/include/linux/pm.h +++ b/trunk/include/linux/pm.h @@ -68,30 +68,6 @@ enum */ #define PM_PCI_ID(dev) ((dev)->bus->number << 16 | (dev)->devfn) -/* - * Request handler callback - */ -struct pm_dev; - -typedef int (*pm_callback)(struct pm_dev *dev, pm_request_t rqst, void *data); - -/* - * Dynamic device information - */ -struct pm_dev -{ - pm_dev_t type; - unsigned long id; - pm_callback callback; - void *data; - - unsigned long flags; - unsigned long state; - unsigned long prev_state; - - struct list_head entry; -}; - /* Functions above this comment are list-based old-style power * management. Please avoid using them. */