artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b35a56d
)
add backlight_device_get_by_name() used by 5.15.66 drm
author
jsg
<jsg@openbsd.org>
Fri, 9 Sep 2022 04:32:55 +0000
(
04:32
+0000)
committer
jsg
<jsg@openbsd.org>
Fri, 9 Sep 2022 04:32:55 +0000
(
04:32
+0000)
sys/dev/pci/drm/include/linux/backlight.h
patch
|
blob
|
history
diff --git
a/sys/dev/pci/drm/include/linux/backlight.h
b/sys/dev/pci/drm/include/linux/backlight.h
index
0f0b0ec
..
c745216
100644
(file)
--- a/
sys/dev/pci/drm/include/linux/backlight.h
+++ b/
sys/dev/pci/drm/include/linux/backlight.h
@@
-81,4
+81,10
@@
devm_of_find_backlight(struct device *dev)
return NULL;
}
+static inline struct backlight_device *
+backlight_device_get_by_name(const char *name)
+{
+ return NULL;
+}
+
#endif