Module Name: src
Committed By: thorpej
Date: Wed Jun 17 06:46:09 UTC 2020
Modified Files:
src/sys/arch/arm/acpi: acpipchb.c
Log Message:
<sys/extent.h> not needed here.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/arm/acpi/acpipchb.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/arm/acpi/acpipchb.c
diff -u src/sys/arch/arm/acpi/acpipchb.c:1.19 src/sys/arch/arm/acpi/acpipchb.c:1.20
--- src/sys/arch/arm/acpi/acpipchb.c:1.19 Mon Jun 15 18:57:39 2020
+++ src/sys/arch/arm/acpi/acpipchb.c Wed Jun 17 06:46:09 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: acpipchb.c,v 1.19 2020/06/15 18:57:39 ad Exp $ */
+/* $NetBSD: acpipchb.c,v 1.20 2020/06/17 06:46:09 thorpej Exp $ */
/*-
* Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpipchb.c,v 1.19 2020/06/15 18:57:39 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpipchb.c,v 1.20 2020/06/17 06:46:09 thorpej Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -38,7 +38,6 @@ __KERNEL_RCSID(0, "$NetBSD: acpipchb.c,v
#include <sys/intr.h>
#include <sys/systm.h>
#include <sys/kernel.h>
-#include <sys/extent.h>
#include <sys/queue.h>
#include <sys/mutex.h>
#include <sys/kmem.h>