Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273548
b: refs/heads/master
c: 3983138
h: refs/heads/master
v: v3
  • Loading branch information
Grant Likely committed Nov 4, 2011
1 parent fab255b commit 0201ef4
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 02aac316abf436a7529d46a71f7083f9f9ef4b49
refs/heads/master: 3983138c017b6aeab6ce3dbb1e9afbe80bdac496
5 changes: 5 additions & 0 deletions trunk/include/linux/of.h
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,11 @@ static inline struct device_node *of_parse_phandle(struct device_node *np,
return NULL;
}

static inline int of_alias_get_id(struct device_node *np, const char *stem)
{
return -ENOSYS;
}

#define of_match_ptr(_ptr) NULL
#define of_match_node(_matches, _node) NULL
#endif /* CONFIG_OF */
Expand Down

0 comments on commit 0201ef4

Please sign in to comment.