Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105359
b: refs/heads/master
c: 558481f
h: refs/heads/master
i:
  105357: 0e0cb4b
  105355: d724840
  105351: 1a30117
  105343: 11d0fd9
v: v3
  • Loading branch information
Rafael J. Wysocki authored and Linus Torvalds committed Jul 24, 2008
1 parent 89434bf commit bcfc075
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d75f65fd247fe85d90a3880d143b1bb22fe13a48
refs/heads/master: 558481f038e587b22d02167af58914c814ce9de5
24 changes: 0 additions & 24 deletions trunk/include/linux/pm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. */

Expand Down

0 comments on commit bcfc075

Please sign in to comment.