Module Name:    src
Committed By:   riastradh
Date:           Mon Aug 27 06:46:02 UTC 2018

Modified Files:
        src/sys/external/bsd/drm2/dist/include/drm: drm_crtc.h

Log Message:
Unconstify a kmemduped thing.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 \
    src/sys/external/bsd/drm2/dist/include/drm/drm_crtc.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/dist/include/drm/drm_crtc.h
diff -u src/sys/external/bsd/drm2/dist/include/drm/drm_crtc.h:1.6 src/sys/external/bsd/drm2/dist/include/drm/drm_crtc.h:1.7
--- src/sys/external/bsd/drm2/dist/include/drm/drm_crtc.h:1.6	Mon Aug 27 04:58:37 2018
+++ src/sys/external/bsd/drm2/dist/include/drm/drm_crtc.h	Mon Aug 27 06:46:02 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: drm_crtc.h,v 1.6 2018/08/27 04:58:37 riastradh Exp $	*/
+/*	$NetBSD: drm_crtc.h,v 1.7 2018/08/27 06:46:02 riastradh Exp $	*/
 
 /*
  * Copyright © 2006 Keith Packard
@@ -146,7 +146,7 @@ struct drm_display_info {
 	enum subpixel_order subpixel_order;
 	u32 color_formats;
 
-	const u32 *bus_formats;
+	u32 *bus_formats;
 	unsigned int num_bus_formats;
 
 	/* Mask of supported hdmi deep color modes */

Reply via email to