Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329973
b: refs/heads/master
c: 1cc44f4
h: refs/heads/master
i:
  329971: c9be862
v: v3
  • Loading branch information
Peter Ujfalusi authored and Samuel Ortiz committed Sep 18, 2012
1 parent dd49058 commit 151f8f9
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: c531241dcc010e4457e0eb9401aaeae0a56bf5c6
refs/heads/master: 1cc44f4354c03d1ebcfa670875478ee1c9368086
6 changes: 6 additions & 0 deletions trunk/include/linux/of.h
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,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 151f8f9

Please sign in to comment.