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/radeon cik_sdma.c needs <linu...
details: https://anonhg.NetBSD.org/src/rev/30a516e78a1a
branches: trunk
changeset: 365764:30a516e78a1a
user: riastradh <riastradh%NetBSD.org@localhost>
date: Mon Aug 27 06:39:38 2018 +0000
description:
cik_sdma.c needs <linux/err.h>.
diffstat:
sys/external/bsd/drm2/dist/drm/radeon/cik_sdma.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 0225e97caa02 -r 30a516e78a1a sys/external/bsd/drm2/dist/drm/radeon/cik_sdma.c
--- a/sys/external/bsd/drm2/dist/drm/radeon/cik_sdma.c Mon Aug 27 06:39:27 2018 +0000
+++ b/sys/external/bsd/drm2/dist/drm/radeon/cik_sdma.c Mon Aug 27 06:39:38 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cik_sdma.c,v 1.3 2018/08/27 04:58:35 riastradh Exp $ */
+/* $NetBSD: cik_sdma.c,v 1.4 2018/08/27 06:39:38 riastradh Exp $ */
/*
* Copyright 2013 Advanced Micro Devices, Inc.
@@ -24,9 +24,10 @@
* Authors: Alex Deucher
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cik_sdma.c,v 1.3 2018/08/27 04:58:35 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cik_sdma.c,v 1.4 2018/08/27 06:39:38 riastradh Exp $");
#include <linux/firmware.h>
+#include <linux/err.h>
#include <drm/drmP.h>
#include "radeon.h"
#include "radeon_ucode.h"
Home |
Main Index |
Thread Index |
Old Index