Merge tag 'clksrc-cleanup-for-3.10-part2' of git://sources.calxeda.com/kernel/linux...
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / linux / of.h
index c0747a44eafffad720fe4e625866cdb6639b8cf7..b0f3bbd0216bb69e386e652a75044dd239e3f65e 100644 (file)
@@ -382,6 +382,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)