Module Name:    src
Committed By:   riastradh
Date:           Tue Oct 25 23:31:49 UTC 2022

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

Log Message:
linux/module.h: MODULE_VERSION


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 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.12 src/sys/external/bsd/drm2/include/linux/module.h:1.13
--- src/sys/external/bsd/drm2/include/linux/module.h:1.12	Sun Dec 19 10:47:38 2021
+++ src/sys/external/bsd/drm2/include/linux/module.h	Tue Oct 25 23:31:49 2022
@@ -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__

Reply via email to