diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2020-01-28 02:33:19 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2020-01-28 02:33:19 +0000 |
commit | a20c66dd333311c0e01f1856f1eb680c7fa5ebee (patch) | |
tree | f35a3c31e0221c9ea4ba25b4a08a89e2c7bc58b3 /sys | |
parent | 870bf46ae1fbc9086fd8f30141901674975df8c8 (diff) |
drm/panel: make drm_panel.h self-contained
From Jani Nikula
e34d8d2b2e2f49d1aa933a1e5f15d3e9ee9aa54b in linux 4.19.y/4.19.99
bf3f5e98559360661a3d2af340d46522512c0b00 in mainline linux
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/drm/include/drm/drm_panel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/pci/drm/include/drm/drm_panel.h b/sys/dev/pci/drm/include/drm/drm_panel.h index 777814755fa..675aa1e876c 100644 --- a/sys/dev/pci/drm/include/drm/drm_panel.h +++ b/sys/dev/pci/drm/include/drm/drm_panel.h @@ -24,6 +24,7 @@ #ifndef __DRM_PANEL_H__ #define __DRM_PANEL_H__ +#include <linux/err.h> #include <linux/errno.h> #include <linux/list.h> |