diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-01-09 07:10:01 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-01-09 07:10:01 +0000 |
commit | 75b2be39a5ca5a07960bbfd9f98cdc68750bb7ad (patch) | |
tree | b15c582c253e43086baa414a1740e085f723d6f5 /sys/dev | |
parent | dc45c2f78d5ba3989cb64e1fb7d3c5308dbb7e0a (diff) |
remove unused of_device_get_match_data() prototype
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/drm/include/linux/of.h | 2 |
1 files changed, 0 insertions, 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 |