Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319198
b: refs/heads/master
c: bd3d550
h: refs/heads/master
v: v3
  • Loading branch information
Thierry Reding committed Jun 15, 2012
1 parent 5b53d39 commit b71028d
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: 8138d2ddbcca2a100482dac390133f83c5a60f94
refs/heads/master: bd3d5500f0c41a30149cb184362716096a17bc75
7 changes: 7 additions & 0 deletions trunk/include/linux/of.h
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,13 @@ static inline int of_property_read_u64(const struct device_node *np,
return -ENOSYS;
}

static inline int of_property_match_string(struct device_node *np,
const char *propname,
const char *string)
{
return -ENOSYS;
}

static inline struct device_node *of_parse_phandle(struct device_node *np,
const char *phandle_name,
int index)
Expand Down

0 comments on commit b71028d

Please sign in to comment.