> +
> +int device_match_of_node(struct device *dev, const void *np)
> +{
> + return dev->of_node == np;
> +}
> +EXPORT_SYMBOL_GPL(device_match_of_node);Is it an option to 'static inline' this simple function in the header, saving the EXPORT?
signature.asc
Description: PGP signature

