Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/riastradh-drm2]: src/sys/external/bsd/drm2/include/linux Add THIS_MODULE...



details:   https://anonhg.NetBSD.org/src/rev/d0fc83123379
branches:  riastradh-drm2
changeset: 788283:d0fc83123379
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Jul 24 03:03:50 2013 +0000

description:
Add THIS_MODULE (expanding to 0) to <linux/module.h>.

diffstat:

 sys/external/bsd/drm2/include/linux/module.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 49e906f8bfbb -r d0fc83123379 sys/external/bsd/drm2/include/linux/module.h
--- a/sys/external/bsd/drm2/include/linux/module.h      Wed Jul 24 03:03:37 2013 +0000
+++ b/sys/external/bsd/drm2/include/linux/module.h      Wed Jul 24 03:03:50 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: module.h,v 1.1.2.3 2013/07/24 02:36:46 riastradh Exp $ */
+/*     $NetBSD: module.h,v 1.1.2.4 2013/07/24 03:03:50 riastradh Exp $ */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -40,4 +40,6 @@
 #define        MODULE_LICENSE(LICENSE)
 #define        MODULE_PARM_DESC(PARAMETER, DESCRIPTION)
 
+#define        THIS_MODULE     0
+
 #endif  /* _LINUX_MODULE_H_ */



Home | Main Index | Thread Index | Old Index