Module Name: src
Committed By: riastradh
Date: Mon Aug 27 06:48:15 UTC 2018
Modified Files:
src/sys/external/bsd/drm2/dist/drm: drm_atomic.c
Log Message:
Need declarations in drm_crtc_internal.h.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/external/bsd/drm2/dist/drm/drm_atomic.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.c
diff -u src/sys/external/bsd/drm2/dist/drm/drm_atomic.c:1.4 src/sys/external/bsd/drm2/dist/drm/drm_atomic.c:1.5
--- src/sys/external/bsd/drm2/dist/drm/drm_atomic.c:1.4 Mon Aug 27 06:48:01 2018
+++ src/sys/external/bsd/drm2/dist/drm/drm_atomic.c Mon Aug 27 06:48:15 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: drm_atomic.c,v 1.4 2018/08/27 06:48:01 riastradh Exp $ */
+/* $NetBSD: drm_atomic.c,v 1.5 2018/08/27 06:48:15 riastradh Exp $ */
/*
* Copyright (C) 2014 Red Hat
@@ -29,12 +29,13 @@
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: drm_atomic.c,v 1.4 2018/08/27 06:48:01 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: drm_atomic.c,v 1.5 2018/08/27 06:48:15 riastradh Exp $");
#include <linux/export.h>
#include <drm/drmP.h>
#include <drm/drm_atomic.h>
+#include <drm/drm_crtc_internal.h>
#include <drm/drm_plane_helper.h>
/**