Module Name: src Committed By: riastradh Date: Mon Aug 27 06:39:38 UTC 2018
Modified Files: src/sys/external/bsd/drm2/dist/drm/radeon: cik_sdma.c Log Message: cik_sdma.c needs <linux/err.h>. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/external/bsd/drm2/dist/drm/radeon/cik_sdma.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/radeon/cik_sdma.c diff -u src/sys/external/bsd/drm2/dist/drm/radeon/cik_sdma.c:1.3 src/sys/external/bsd/drm2/dist/drm/radeon/cik_sdma.c:1.4 --- src/sys/external/bsd/drm2/dist/drm/radeon/cik_sdma.c:1.3 Mon Aug 27 04:58:35 2018 +++ src/sys/external/bsd/drm2/dist/drm/radeon/cik_sdma.c Mon Aug 27 06:39:38 2018 @@ -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"