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/linux finalize the idr code.
details: https://anonhg.NetBSD.org/src/rev/d18fa3377b42
branches: trunk
changeset: 333615:d18fa3377b42
user: christos <christos%NetBSD.org@localhost>
date: Tue Nov 11 02:37:17 2014 +0000
description:
finalize the idr code.
diffstat:
sys/external/bsd/drm2/linux/linux_module.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 251ee00aaf7a -r d18fa3377b42 sys/external/bsd/drm2/linux/linux_module.c
--- a/sys/external/bsd/drm2/linux/linux_module.c Tue Nov 11 02:33:28 2014 +0000
+++ b/sys/external/bsd/drm2/linux/linux_module.c Tue Nov 11 02:37:17 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_module.c,v 1.4 2014/07/16 20:59:58 riastradh Exp $ */
+/* $NetBSD: linux_module.c,v 1.5 2014/11/11 02:37:17 christos Exp $ */
/*-
* Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_module.c,v 1.4 2014/07/16 20:59:58 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_module.c,v 1.5 2014/11/11 02:37:17 christos Exp $");
#include <sys/module.h>
#ifndef _MODULE
@@ -108,6 +108,7 @@
linux_writecomb_fini();
linux_workqueue_fini();
linux_kmap_fini();
+ linux_idr_module_fini();
}
static int
Home |
Main Index |
Thread Index |
Old Index