From 6354f7248140d3c98676a00bc94948c0a0e89826 Mon Sep 17 00:00:00 2001 From: jsg Date: Tue, 9 Jan 2024 07:10:00 +0000 Subject: [PATCH] remove unused of_device_get_match_data() prototype --- sys/dev/pci/drm/include/linux/of.h | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.20.1