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/include/linux linux/module.h: MODULE_V...
details: https://anonhg.NetBSD.org/src/rev/da4e887bf13a
branches: trunk
changeset: 372016:da4e887bf13a
user: riastradh <riastradh%NetBSD.org@localhost>
date: Tue Oct 25 23:31:49 2022 +0000
description:
linux/module.h: MODULE_VERSION
diffstat:
sys/external/bsd/drm2/include/linux/module.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r ab26cdb40c55 -r da4e887bf13a sys/external/bsd/drm2/include/linux/module.h
--- a/sys/external/bsd/drm2/include/linux/module.h Tue Oct 25 23:31:38 2022 +0000
+++ b/sys/external/bsd/drm2/include/linux/module.h Tue Oct 25 23:31:49 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: module.h,v 1.12 2021/12/19 10:47:38 riastradh Exp $ */
+/* $NetBSD: module.h,v 1.13 2022/10/25 23:31:49 riastradh Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -50,6 +50,7 @@
#define MODULE_DEVICE_TABLE(DESCRIPTION, IDLIST)
#define MODULE_FIRMWARE(FIRMWARE)
#define MODULE_LICENSE(LICENSE)
+#define MODULE_VERSION(VERSION)
#define THIS_MODULE 0
#define KBUILD_MODNAME __file__
Home |
Main Index |
Thread Index |
Old Index