Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273549
b: refs/heads/master
c: 50e07f8
h: refs/heads/master
i:
  273547: fab255b
v: v3
  • Loading branch information
Stephen Warren authored and Grant Likely committed Nov 4, 2011
1 parent 0201ef4 commit aaa1313
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: 3983138c017b6aeab6ce3dbb1e9afbe80bdac496
refs/heads/master: 50e07f888cb24b55e0d8283f631907794dd757c2
5 changes: 5 additions & 0 deletions trunk/include/linux/of.h
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,11 @@ static inline int of_alias_get_id(struct device_node *np, const char *stem)
return -ENOSYS;
}

static inline int of_machine_is_compatible(const char *compat)
{
return 0;
}

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

0 comments on commit aaa1313

Please sign in to comment.