From 54ec0496baaa48617806583a57859bc7dcb41e8d Mon Sep 17 00:00:00 2001 From: Rob Herring Date: Wed, 20 Mar 2013 16:56:18 -0500 Subject: [PATCH] --- yaml --- r: 374190 b: refs/heads/master c: d71956960c9dafaafeb19ea010c234abe9d25f10 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/of.h | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 1a6f8165b086..e0f3b855cbdd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0583fe478a7d93be2c814b7e50d6e81c287edfe8 +refs/heads/master: d71956960c9dafaafeb19ea010c234abe9d25f10 diff --git a/trunk/include/linux/of.h b/trunk/include/linux/of.h index a0f129284948..95c8583688bd 100644 --- a/trunk/include/linux/of.h +++ b/trunk/include/linux/of.h @@ -379,6 +379,11 @@ static inline int of_device_is_compatible(const struct device_node *device, return 0; } +static inline int of_device_is_available(const struct device_node *device) +{ + return 0; +} + static inline struct property *of_find_property(const struct device_node *np, const char *name, int *lenp)