Module Name: src
Committed By: riastradh
Date: Sun Jul 17 14:10:43 UTC 2022
Modified Files:
src/sys/external/bsd/drm2/i915drm: i915_module.c
Log Message:
i915: Omit needless i915_global_buddy_init declaration.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/external/bsd/drm2/i915drm/i915_module.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/external/bsd/drm2/i915drm/i915_module.c
diff -u src/sys/external/bsd/drm2/i915drm/i915_module.c:1.18 src/sys/external/bsd/drm2/i915drm/i915_module.c:1.19
--- src/sys/external/bsd/drm2/i915drm/i915_module.c:1.18 Sun Feb 27 21:22:01 2022
+++ src/sys/external/bsd/drm2/i915drm/i915_module.c Sun Jul 17 14:10:43 2022
@@ -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 @@ struct drm_sysctl_def i915_def = DRM_SYS
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)
{