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

Modified Files:
        src/sys/external/bsd/drm2/dist/drm: drm_dp_helper.c

Log Message:
Need <linux/moduleparam.h> for module_param_named.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/external/bsd/drm2/dist/drm/drm_dp_helper.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/drm_dp_helper.c
diff -u src/sys/external/bsd/drm2/dist/drm/drm_dp_helper.c:1.5 src/sys/external/bsd/drm2/dist/drm/drm_dp_helper.c:1.6
--- src/sys/external/bsd/drm2/dist/drm/drm_dp_helper.c:1.5	Mon Aug 27 04:58:19 2018
+++ src/sys/external/bsd/drm2/dist/drm/drm_dp_helper.c	Mon Aug 27 06:46:32 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: drm_dp_helper.c,v 1.5 2018/08/27 04:58:19 riastradh Exp $	*/
+/*	$NetBSD: drm_dp_helper.c,v 1.6 2018/08/27 06:46:32 riastradh Exp $	*/
 
 /*
  * Copyright © 2009 Keith Packard
@@ -23,10 +23,11 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: drm_dp_helper.c,v 1.5 2018/08/27 04:58:19 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: drm_dp_helper.c,v 1.6 2018/08/27 06:46:32 riastradh Exp $");
 
 #include <linux/kernel.h>
 #include <linux/module.h>
+#include <linux/moduleparam.h>
 #include <linux/delay.h>
 #include <linux/init.h>
 #include <linux/errno.h>

Reply via email to