Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288342
b: refs/heads/master
c: 2261cc6
h: refs/heads/master
v: v3
  • Loading branch information
Shawn Guo authored and Grant Likely committed Feb 15, 2012
1 parent 51e2874 commit 6eb8fc0
Show file tree
Hide file tree
Showing 2 changed files with 9 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: 810ae3d26507e61d1f7a69e9716443df1ce41449
refs/heads/master: 2261cc627f5453004042b4f694612edae27e492e
8 changes: 8 additions & 0 deletions trunk/include/linux/of.h
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,14 @@ static inline struct property *of_find_property(const struct device_node *np,
return NULL;
}

static inline struct device_node *of_find_compatible_node(
struct device_node *from,
const char *type,
const char *compat)
{
return NULL;
}

static inline int of_property_read_u32_array(const struct device_node *np,
const char *propname,
u32 *out_values, size_t sz)
Expand Down

0 comments on commit 6eb8fc0

Please sign in to comment.