artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d99c73b
)
remove unused of_device_get_match_data() prototype
author
jsg
<jsg@openbsd.org>
Tue, 9 Jan 2024 07:10:00 +0000
(07:10 +0000)
committer
jsg
<jsg@openbsd.org>
Tue, 9 Jan 2024 07:10:00 +0000
(07:10 +0000)
sys/dev/pci/drm/include/linux/of.h
patch
|
blob
|
history
diff --git
a/sys/dev/pci/drm/include/linux/of.h
b/sys/dev/pci/drm/include/linux/of.h
index
f9349b1
..
23de547
100644
(file)
--- 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