X-Git-Url: https://git.codelabs.ch/?p=muen%2Flinux.git;a=blobdiff_plain;f=include%2Flinux%2Fof.h;h=4a8a70916237ec1f9d1583d6cd69bf86f48102cc;hp=cdbfa88c32cfa91c9214352ad9f1268c6cbbce47;hb=548aa0e3c516d906dae5edb1fc9a1ad2e490120a;hpb=6a71d8d77795e0f7d887baa95bfc0d1d2bc74899 diff --git a/include/linux/of.h b/include/linux/of.h index cdbfa88c32cf..4a8a70916237 100644 --- a/include/linux/of.h +++ b/include/linux/of.h @@ -639,6 +639,12 @@ static inline int of_device_is_compatible(const struct device_node *device, return 0; } +static inline int of_device_compatible_match(struct device_node *device, + const char *const *compat) +{ + return 0; +} + static inline bool of_device_is_available(const struct device_node *device) { return false;