Module Name: src
Committed By: riastradh
Date: Sun Dec 19 01:18:24 UTC 2021
Modified Files:
src/sys/external/bsd/drm2/include/linux: module.h
Log Message:
Define another __stringify for fun, can't ever have too many.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.8 src/sys/external/bsd/drm2/include/linux/module.h:1.9
--- src/sys/external/bsd/drm2/include/linux/module.h:1.8 Sun Dec 19 01:03:05 2021
+++ src/sys/external/bsd/drm2/include/linux/module.h Sun Dec 19 01:18:24 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: module.h,v 1.8 2021/12/19 01:03:05 riastradh Exp $ */
+/* $NetBSD: module.h,v 1.9 2021/12/19 01:18:24 riastradh Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -64,5 +64,6 @@ __link_set_add_rodata(linux_module_param
#define KBUILD_MODNAME __file__
#define __MODULE_STRING(x) __STRING(x)
+#define __stringify(x) __STRING(x)
#endif /* _LINUX_MODULE_H_ */