Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109843
b: refs/heads/master
c: ef3d771
h: refs/heads/master
i:
  109841: b1d20c2
  109839: 8846da7
v: v3
  • Loading branch information
David Miller authored and Linus Torvalds committed Sep 17, 2008
1 parent df86006 commit d6d1754
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 49f276be7ce12d90b6941a000b09e61b68e6c4f2
refs/heads/master: ef3d7714f6b75b51825ad0384b5ce48358427e50
7 changes: 7 additions & 0 deletions trunk/include/linux/pnp.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,14 @@ struct pnp_dev;
/*
* Resource Management
*/
#ifdef CONFIG_PNP
struct resource *pnp_get_resource(struct pnp_dev *, unsigned int, unsigned int);
#else
static inline struct resource *pnp_get_resource(struct pnp_dev *dev, unsigned int type, unsigned int num)
{
return NULL;
}
#endif

static inline int pnp_resource_valid(struct resource *res)
{
Expand Down

0 comments on commit d6d1754

Please sign in to comment.