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/i915drm i915: Omit needless i915_globa...



details:   https://anonhg.NetBSD.org/src/rev/61320c9e0701
branches:  trunk
changeset: 368533:61320c9e0701
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Jul 17 14:10:43 2022 +0000

description:
i915: Omit needless i915_global_buddy_init declaration.

diffstat:

 sys/external/bsd/drm2/i915drm/i915_module.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r beac96f047c6 -r 61320c9e0701 sys/external/bsd/drm2/i915drm/i915_module.c
--- a/sys/external/bsd/drm2/i915drm/i915_module.c       Sun Jul 17 14:10:32 2022 +0000
+++ b/sys/external/bsd/drm2/i915drm/i915_module.c       Sun Jul 17 14:10:43 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: i915_module.c,v 1.18 2022/02/27 21:22:01 riastradh Exp $       */
+/*     $NetBSD: i915_module.c,v 1.19 2022/07/17 14:10:43 riastradh Exp $       */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: i915_module.c,v 1.18 2022/02/27 21:22:01 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: i915_module.c,v 1.19 2022/07/17 14:10:43 riastradh Exp $");
 
 #include <sys/types.h>
 #include <sys/module.h>
@@ -58,8 +58,6 @@
 extern spinlock_t i915_sw_fence_lock;
 extern spinlock_t *const i915_schedule_lock;
 
-int i915_global_buddy_init(void); /* XXX */
-
 static int
 i915drmkms_init(void)
 {



Home | Main Index | Thread Index | Old Index