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 Need <linux/moduleparam.h> fo...



details:   https://anonhg.NetBSD.org/src/rev/7aadc25cba8d
branches:  trunk
changeset: 834875:7aadc25cba8d
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Aug 27 06:46:32 2018 +0000

description:
Need <linux/moduleparam.h> for module_param_named.

diffstat:

 sys/external/bsd/drm2/dist/drm/drm_dp_helper.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r d257955d8f9b -r 7aadc25cba8d sys/external/bsd/drm2/dist/drm/drm_dp_helper.c
--- a/sys/external/bsd/drm2/dist/drm/drm_dp_helper.c    Mon Aug 27 06:46:17 2018 +0000
+++ b/sys/external/bsd/drm2/dist/drm/drm_dp_helper.c    Mon Aug 27 06:46:32 2018 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index