Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/external/bsd/drm2/dist/drm Need <linux/export.h> for EXP...
details: https://anonhg.NetBSD.org/src/rev/d9fc85aafe16
branches: trunk
changeset: 365802:d9fc85aafe16
user: riastradh <riastradh%NetBSD.org@localhost>
date: Mon Aug 27 06:48:40 2018 +0000
description:
Need <linux/export.h> for EXPORT_*.
diffstat:
sys/external/bsd/drm2/dist/drm/drm_atomic_helper.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r 7db781f830e5 -r d9fc85aafe16 sys/external/bsd/drm2/dist/drm/drm_atomic_helper.c
--- a/sys/external/bsd/drm2/dist/drm/drm_atomic_helper.c Mon Aug 27 06:48:26 2018 +0000
+++ b/sys/external/bsd/drm2/dist/drm/drm_atomic_helper.c Mon Aug 27 06:48:40 2018 +0000
@@ -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>
/**
Home |
Main Index |
Thread Index |
Old Index