Module Name: src
Committed By: riastradh
Date: Mon Aug 27 06:48:40 UTC 2018
Modified Files:
src/sys/external/bsd/drm2/dist/drm: drm_atomic_helper.c
Log Message:
Need <linux/export.h> for EXPORT_*.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/sys/external/bsd/drm2/dist/drm/drm_atomic_helper.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/external/bsd/drm2/dist/drm/drm_atomic_helper.c
diff -u src/sys/external/bsd/drm2/dist/drm/drm_atomic_helper.c:1.2 src/sys/external/bsd/drm2/dist/drm/drm_atomic_helper.c:1.3
--- src/sys/external/bsd/drm2/dist/drm/drm_atomic_helper.c:1.2 Mon Aug 27 04:58:19 2018
+++ src/sys/external/bsd/drm2/dist/drm/drm_atomic_helper.c Mon Aug 27 06:48:40 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: drm_atomic_helper.c,v 1.2 2018/08/27 04:58:19 riastradh Exp $ */
+/* $NetBSD: drm_atomic_helper.c,v 1.3 2018/08/27 06:48:40 riastradh Exp $ */
/*
* Copyright (C) 2014 Red Hat
@@ -28,13 +28,14 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: drm_atomic_helper.c,v 1.2 2018/08/27 04:58:19 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: drm_atomic_helper.c,v 1.3 2018/08/27 06:48:40 riastradh Exp $");
#include <drm/drmP.h>
#include <drm/drm_atomic.h>
#include <drm/drm_plane_helper.h>
#include <drm/drm_crtc_helper.h>
#include <drm/drm_atomic_helper.h>
+#include <linux/export.h>
#include <linux/fence.h>
/**