remove unused of_device_get_match_data() prototype
authorjsg <jsg@openbsd.org>
Tue, 9 Jan 2024 07:10:00 +0000 (07:10 +0000)
committerjsg <jsg@openbsd.org>
Tue, 9 Jan 2024 07:10:00 +0000 (07:10 +0000)
sys/dev/pci/drm/include/linux/of.h

index f9349b1..23de547 100644 (file)
@@ -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