diff options
Diffstat (limited to 'include/linux/of.h')
-rw-r--r-- | include/linux/of.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/of.h b/include/linux/of.h index a0f129284948..95c8583688bd 100644 --- a/include/linux/of.h +++ b/include/linux/of.h | |||
@@ -379,6 +379,11 @@ static inline int of_device_is_compatible(const struct device_node *device, | |||
379 | return 0; | 379 | return 0; |
380 | } | 380 | } |
381 | 381 | ||
382 | static inline int of_device_is_available(const struct device_node *device) | ||
383 | { | ||
384 | return 0; | ||
385 | } | ||
386 | |||
382 | static inline struct property *of_find_property(const struct device_node *np, | 387 | static inline struct property *of_find_property(const struct device_node *np, |
383 | const char *name, | 388 | const char *name, |
384 | int *lenp) | 389 | int *lenp) |