Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332144
b: refs/heads/master
c: 5382a01
h: refs/heads/master
v: v3
  • Loading branch information
Peter Ujfalusi authored and Mark Brown committed Sep 22, 2012
1 parent e84c9ad commit dc8343c
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 8b59c1a8d91c1c2acba2c9588ee69e40d539a3fc
refs/heads/master: 5382a0171f2069ed259d7a86f19822a1af2488d4
6 changes: 6 additions & 0 deletions trunk/include/linux/of.h
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,12 @@ static inline const char* of_node_full_name(struct device_node *np)
return "<no-node>";
}

static inline struct device_node *of_find_node_by_name(struct device_node *from,
const char *name)
{
return NULL;
}

static inline bool of_have_populated_dt(void)
{
return false;
Expand Down

0 comments on commit dc8343c

Please sign in to comment.