diff options
| author | Rob Herring <robh@kernel.org> | 2016-12-09 19:33:48 +0300 |
|---|---|---|
| committer | Rob Herring <robh@kernel.org> | 2016-12-09 19:33:48 +0300 |
| commit | 0a8b13eab1349337db4a4b5755466460bfbbaa1e (patch) | |
| tree | d162cf090963b0e63e19b00b66137872e5e8d6aa /include | |
| parent | 32bed310ad32b1cf66525fae89913d76dde4d797 (diff) | |
| download | linux-0a8b13eab1349337db4a4b5755466460bfbbaa1e.tar.xz | |
Revert "of: base: add support to get machine model name"
This reverts commit e5269794d2e9046dd45be15bdb213a229df46b7e.
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/of.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/of.h b/include/linux/of.h index 9eb8eb3c587e..299aeb192727 100644 --- a/include/linux/of.h +++ b/include/linux/of.h @@ -367,7 +367,6 @@ extern int of_alias_get_id(struct device_node *np, const char *stem); extern int of_alias_get_highest_id(const char *stem); extern int of_machine_is_compatible(const char *compat); -extern int of_machine_get_model_name(const char **model); extern int of_add_property(struct device_node *np, struct property *prop); extern int of_remove_property(struct device_node *np, struct property *prop); @@ -789,11 +788,6 @@ static inline int of_machine_is_compatible(const char *compat) return 0; } -static inline int of_machine_get_model_name(const char **model) -{ - return -EINVAL; -} - static inline bool of_console_check(const struct device_node *dn, const char *name, int index) { return false; |
