Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 129673
b: refs/heads/master
c: 6ae301e
h: refs/heads/master
i:
  129671: 9d9a498
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Jan 16, 2009
1 parent 120cfc3 commit 5848807
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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: 3eabdb76a03bbe8f556162738c264dbfb24cff6a
refs/heads/master: 6ae301e85c9c58d2f430a8a7057ce488b7ff76df
3 changes: 2 additions & 1 deletion trunk/include/linux/ioport.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ static inline unsigned long resource_type(struct resource *res)

extern struct resource * __request_region(struct resource *,
resource_size_t start,
resource_size_t n, const char *name, int relaxed);
resource_size_t n,
const char *name, int flags);

/* Compatibility cruft */
#define release_region(start,n) __release_region(&ioport_resource, (start), (n))
Expand Down
1 change: 1 addition & 0 deletions trunk/kernel/resource.c
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,7 @@ resource_size_t resource_alignment(struct resource *res)
* @start: resource start address
* @n: resource region size
* @name: reserving caller's ID string
* @flags: IO resource flags
*/
struct resource * __request_region(struct resource *parent,
resource_size_t start, resource_size_t n,
Expand Down

0 comments on commit 5848807

Please sign in to comment.