From: jsg Date: Tue, 9 Jan 2024 07:10:00 +0000 (+0000) Subject: remove unused of_device_get_match_data() prototype X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=6354f7248140d3c98676a00bc94948c0a0e89826;p=openbsd remove unused of_device_get_match_data() prototype --- diff --git a/sys/dev/pci/drm/include/linux/of.h b/sys/dev/pci/drm/include/linux/of.h index f9349b1fcaf..23de547c599 100644 --- a/sys/dev/pci/drm/include/linux/of.h +++ b/sys/dev/pci/drm/include/linux/of.h @@ -82,6 +82,4 @@ struct device_node *__matching_node(struct device_node *, #define for_each_matching_node(a, b) \ for (a = __matching_node(NULL, b); a; a = __matching_node(a, b)) -static const void *of_device_get_match_data(const struct device *); - #endif