Module Name: src
Committed By: skrll
Date: Sat Jul 2 04:37:15 UTC 2022
Modified Files:
src/sys/external/bsd/drm2/include/drm: drm_gem_cma_helper.h
Log Message:
Add a missing ';'
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
src/sys/external/bsd/drm2/include/drm/drm_gem_cma_helper.h
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/include/drm/drm_gem_cma_helper.h
diff -u src/sys/external/bsd/drm2/include/drm/drm_gem_cma_helper.h:1.3 src/sys/external/bsd/drm2/include/drm/drm_gem_cma_helper.h:1.4
--- src/sys/external/bsd/drm2/include/drm/drm_gem_cma_helper.h:1.3 Sat Jul 2 00:26:07 2022
+++ src/sys/external/bsd/drm2/include/drm/drm_gem_cma_helper.h Sat Jul 2 04:37:15 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: drm_gem_cma_helper.h,v 1.3 2022/07/02 00:26:07 riastradh Exp $ */
+/* $NetBSD: drm_gem_cma_helper.h,v 1.4 2022/07/02 04:37:15 skrll Exp $ */
/*-
* Copyright (c) 2022 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
#include <drm/drm_gem.h>
-struct dma_buf_attachment
+struct dma_buf_attachment;
struct drm_device;
struct drm_file;
struct drm_gem_cma_object;