summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2020-01-28 02:33:18 +0000
committerjsg <jsg@openbsd.org>2020-01-28 02:33:18 +0000
commit937a385836f58595fea57d520fb05dd65d2b85d5 (patch)
tree8eab637946312567629f0cf510934d17e93d857d
parentdrm/fb-helper: generic: Call drm_client_add() after setup is done (diff)
downloadwireguard-openbsd-937a385836f58595fea57d520fb05dd65d2b85d5.tar.xz
wireguard-openbsd-937a385836f58595fea57d520fb05dd65d2b85d5.zip
drm/panel: make drm_panel.h self-contained
From Jani Nikula e34d8d2b2e2f49d1aa933a1e5f15d3e9ee9aa54b in linux 4.19.y/4.19.99 bf3f5e98559360661a3d2af340d46522512c0b00 in mainline linux
-rw-r--r--sys/dev/pci/drm/include/drm/drm_panel.h1
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>