Module Name: src
Committed By: rin
Date: Mon Nov 23 06:39:54 UTC 2020
Modified Files:
src/sys/arch/evbarm/rpi: vcprop_subr.c
Log Message:
Add missing __KERNEL_RCSID().
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/evbarm/rpi/vcprop_subr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbarm/rpi/vcprop_subr.c
diff -u src/sys/arch/evbarm/rpi/vcprop_subr.c:1.7 src/sys/arch/evbarm/rpi/vcprop_subr.c:1.8
--- src/sys/arch/evbarm/rpi/vcprop_subr.c:1.7 Mon Nov 23 06:29:54 2020
+++ src/sys/arch/evbarm/rpi/vcprop_subr.c Mon Nov 23 06:39:54 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: vcprop_subr.c,v 1.7 2020/11/23 06:29:54 rin Exp $ */
+/* $NetBSD: vcprop_subr.c,v 1.8 2020/11/23 06:39:54 rin Exp $ */
/*
* Copyright (c) 2014 Michael Lorenz
@@ -28,6 +28,8 @@
/*
* Mailbox property interface wrapper functions
*/
+#include <sys/cdefs.h>
+__KERNEL_RCSID(0, "$NetBSD: vcprop_subr.c,v 1.8 2020/11/23 06:39:54 rin Exp $");
#include <sys/param.h>
#include <sys/bus.h>