Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269368
b: refs/heads/master
c: aba3dff
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Warren authored and Grant Likely committed Sep 22, 2011
1 parent c3fe97d commit 81eea2a
Show file tree
Hide file tree
Showing 2 changed files with 11 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: 987bfad6429aa3aefbc196bd0fc90fc48409a87b
refs/heads/master: aba3dfff9a75eb272c4f47994f16eb5d548a5af1
10 changes: 10 additions & 0 deletions trunk/include/linux/of.h
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,16 @@ static inline bool of_have_populated_dt(void)
return false;
}

#define for_each_child_of_node(parent, child) \
while (0)

static inline struct property *of_find_property(const struct device_node *np,
const char *name,
int *lenp)
{
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 81eea2a

Please sign in to comment.