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 some Linuxy...
details: https://anonhg.NetBSD.org/src/rev/87c7772ebc4c
branches: riastradh-drm2
changeset: 788185:87c7772ebc4c
user: riastradh <riastradh%NetBSD.org@localhost>
date: Wed Jul 24 02:36:46 2013 +0000
description:
Add some Linuxy MODULE_* stubs to <linux/module.h>.
diffstat:
sys/external/bsd/drm2/include/linux/module.h | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r f18b9edbfa89 -r 87c7772ebc4c sys/external/bsd/drm2/include/linux/module.h
--- a/sys/external/bsd/drm2/include/linux/module.h Wed Jul 24 02:36:31 2013 +0000
+++ b/sys/external/bsd/drm2/include/linux/module.h Wed Jul 24 02:36:46 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: module.h,v 1.1.2.2 2013/07/24 02:10:45 riastradh Exp $ */
+/* $NetBSD: module.h,v 1.1.2.3 2013/07/24 02:36:46 riastradh Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -35,4 +35,9 @@
#define module_init(INIT)
#define module_exit(EXIT)
+#define MODULE_AUTHOR(AUTHOR)
+#define MODULE_DESCRIPTION(DESCRIPTION)
+#define MODULE_LICENSE(LICENSE)
+#define MODULE_PARM_DESC(PARAMETER, DESCRIPTION)
+
#endif /* _LINUX_MODULE_H_ */
Home |
Main Index |
Thread Index |
Old Index