Module Name: src Committed By: riastradh Date: Sun Dec 19 01:44:10 UTC 2021
Modified Files: src/sys/external/bsd/drm2/i915drm: i915_perf.c Log Message: Fix copypasto. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/external/bsd/drm2/i915drm/i915_perf.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_perf.c diff -u src/sys/external/bsd/drm2/i915drm/i915_perf.c:1.1 src/sys/external/bsd/drm2/i915drm/i915_perf.c:1.2 --- src/sys/external/bsd/drm2/i915drm/i915_perf.c:1.1 Sun Dec 19 01:40:34 2021 +++ src/sys/external/bsd/drm2/i915drm/i915_perf.c Sun Dec 19 01:44:10 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: i915_perf.c,v 1.1 2021/12/19 01:40:34 riastradh Exp $ */ +/* $NetBSD: i915_perf.c,v 1.2 2021/12/19 01:44:10 riastradh Exp $ */ /*- * Copyright (c) 2018 The NetBSD Foundation, Inc. @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: i915_perf.c,v 1.1 2021/12/19 01:40:34 riastradh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: i915_perf.c,v 1.2 2021/12/19 01:44:10 riastradh Exp $"); #include "i915_drv.h" @@ -40,6 +40,6 @@ i915_perf_init(struct drm_i915_private * } void -i915_gemfs_fini(struct drm_i915_private *i915) +i915_perf_fini(struct drm_i915_private *i915) { }