Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319199
b: refs/heads/master
c: e05e507
h: refs/heads/master
i:
  319197: 5b53d39
  319195: 01db6ed
  319191: 35913d1
  319183: 90d0c6a
  319167: d3981f8
v: v3
  • Loading branch information
Thierry Reding committed Jun 15, 2012
1 parent b71028d commit 6278240
Show file tree
Hide file tree
Showing 2 changed files with 10 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: bd3d5500f0c41a30149cb184362716096a17bc75
refs/heads/master: e05e5070f0ec2557d2d2ff3655ba03f29e297151
9 changes: 9 additions & 0 deletions trunk/include/linux/of.h
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,15 @@ static inline struct device_node *of_parse_phandle(struct device_node *np,
return NULL;
}

static inline int of_parse_phandle_with_args(struct device_node *np,
const char *list_name,
const char *cells_name,
int index,
struct of_phandle_args *out_args)
{
return -ENOSYS;
}

static inline int of_alias_get_id(struct device_node *np, const char *stem)
{
return -ENOSYS;
Expand Down

0 comments on commit 6278240

Please sign in to comment.