Module Name:    src
Committed By:   riastradh
Date:           Wed Aug  6 13:49:33 UTC 2014

Modified Files:
        src/sys/external/bsd/drm2/include/linux: module.h

Log Message:
Include moduleparam and export in <linux/module.h> as users expect.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/external/bsd/drm2/include/linux/module.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/linux/module.h
diff -u src/sys/external/bsd/drm2/include/linux/module.h:1.3 src/sys/external/bsd/drm2/include/linux/module.h:1.4
--- src/sys/external/bsd/drm2/include/linux/module.h:1.3	Wed Jul 16 20:59:58 2014
+++ src/sys/external/bsd/drm2/include/linux/module.h	Wed Aug  6 13:49:33 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: module.h,v 1.3 2014/07/16 20:59:58 riastradh Exp $	*/
+/*	$NetBSD: module.h,v 1.4 2014/08/06 13:49:33 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -32,6 +32,9 @@
 #ifndef _LINUX_MODULE_H_
 #define _LINUX_MODULE_H_
 
+#include <linux/export.h>
+#include <linux/moduleparam.h>
+
 #define	module_init(INIT)
 #define	module_exit(EXIT)
 

Reply via email to