remove unneeded includes
authorjsg <jsg@openbsd.org>
Thu, 17 Oct 2024 01:57:18 +0000 (01:57 +0000)
committerjsg <jsg@openbsd.org>
Thu, 17 Oct 2024 01:57:18 +0000 (01:57 +0000)
12 files changed:
sys/arch/riscv64/dev/sfclock.c
sys/arch/riscv64/dev/sfgpio.c
sys/arch/riscv64/dev/stfclock.c
sys/arch/riscv64/dev/stfpcie.c
sys/arch/riscv64/dev/stfpciephy.c
sys/arch/riscv64/dev/stfpinctrl.c
sys/arch/riscv64/dev/stftemp.c
sys/arch/riscv64/dev/sxitimer.c
sys/arch/riscv64/riscv64/db_interface.c
sys/arch/riscv64/riscv64/db_trace.c
sys/arch/riscv64/riscv64/exception.S
sys/arch/riscv64/riscv64/fpu.c

index ba6c1b8..ea2d55a 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: sfclock.c,v 1.2 2022/04/06 18:59:27 naddy Exp $       */
+/*     $OpenBSD: sfclock.c,v 1.3 2024/10/17 01:57:18 jsg Exp $ */
 /*
  * Copyright (c) 2021 Mark Kettenis <kettenis@openbsd.org>
  *
 #include <sys/systm.h>
 #include <sys/device.h>
 
-#include <machine/intr.h>
 #include <machine/bus.h>
 #include <machine/fdt.h>
 
 #include <dev/ofw/openfirm.h>
 #include <dev/ofw/ofw_clock.h>
-#include <dev/ofw/ofw_misc.h>
 #include <dev/ofw/fdt.h>
 
 /* Clock IDs */
index 8998988..fd3f0b2 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: sfgpio.c,v 1.2 2022/06/06 14:34:11 kettenis Exp $     */
+/*     $OpenBSD: sfgpio.c,v 1.3 2024/10/17 01:57:18 jsg Exp $  */
 /*
  * Copyright (c) 2022 Mark Kettenis <kettenis@openbsd.org>
  * Copyright (c) 2019 Patrick Wildt <patrick@blueri.se>
@@ -20,7 +20,6 @@
 #include <sys/systm.h>
 #include <sys/device.h>
 #include <sys/malloc.h>
-#include <sys/evcount.h>
 
 #include <machine/intr.h>
 #include <machine/bus.h>
index 4737abe..5965431 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: stfclock.c,v 1.13 2024/02/17 12:01:45 kettenis Exp $  */
+/*     $OpenBSD: stfclock.c,v 1.14 2024/10/17 01:57:18 jsg Exp $       */
 /*
  * Copyright (c) 2022 Mark Kettenis <kettenis@openbsd.org>
  * Copyright (c) 2023 Joel Sing <jsing@openbsd.org>
@@ -19,9 +19,7 @@
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/device.h>
-#include <sys/malloc.h>
 
-#include <machine/intr.h>
 #include <machine/bus.h>
 #include <machine/fdt.h>
 
index 1a88f68..29fc095 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: stfpcie.c,v 1.3 2023/11/27 13:42:19 jsg Exp $ */
+/*     $OpenBSD: stfpcie.c,v 1.4 2024/10/17 01:57:18 jsg Exp $ */
 /*
  * Copyright (c) 2023 Mark Kettenis <kettenis@openbsd.org>
  *
@@ -26,7 +26,6 @@
 #include <machine/bus.h>
 #include <machine/fdt.h>
 
-#include <dev/pci/pcidevs.h>
 #include <dev/pci/pcireg.h>
 #include <dev/pci/pcivar.h>
 
@@ -35,7 +34,6 @@
 #include <dev/ofw/ofw_gpio.h>
 #include <dev/ofw/ofw_misc.h>
 #include <dev/ofw/ofw_pinctrl.h>
-#include <dev/ofw/ofw_power.h>
 #include <dev/ofw/fdt.h>
 
 /*
index 7c4ccf9..7e3cf65 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: stfpciephy.c,v 1.1 2023/07/08 10:06:14 kettenis Exp $ */
+/*     $OpenBSD: stfpciephy.c,v 1.2 2024/10/17 01:57:18 jsg Exp $      */
 /*
  * Copyright (c) 2023 Mark Kettenis <kettenis@openbsd.org>
  *
 #include <sys/systm.h>
 #include <sys/device.h>
 
-#include <machine/intr.h>
 #include <machine/bus.h>
 #include <machine/fdt.h>
 
 #include <dev/ofw/openfirm.h>
-#include <dev/ofw/ofw_clock.h>
 #include <dev/ofw/ofw_misc.h>
 #include <dev/ofw/fdt.h>
 
index c89cce4..e1973ee 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: stfpinctrl.c,v 1.3 2023/07/05 11:07:37 kettenis Exp $ */
+/*     $OpenBSD: stfpinctrl.c,v 1.4 2024/10/17 01:57:18 jsg Exp $      */
 /*
  * Copyright (c) 2022 Mark Kettenis <kettenis@openbsd.org>
  *
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/device.h>
-#include <sys/malloc.h>
-#include <sys/evcount.h>
 
-#include <machine/intr.h>
 #include <machine/bus.h>
 #include <machine/fdt.h>
 
index 7c4b836..01ea051 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: stftemp.c,v 1.2 2023/07/01 08:20:38 jsing Exp $       */
+/*     $OpenBSD: stftemp.c,v 1.3 2024/10/17 01:57:18 jsg Exp $ */
 /*
  * Copyright (c) 2022 Mark Kettenis <kettenis@openbsd.org>
  *
@@ -20,7 +20,6 @@
 #include <sys/device.h>
 #include <sys/sensors.h>
 
-#include <machine/intr.h>
 #include <machine/bus.h>
 #include <machine/fdt.h>
 
index 2496b07..4bd996f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: sxitimer.c,v 1.1 2024/01/27 12:05:40 kettenis Exp $   */
+/*     $OpenBSD: sxitimer.c,v 1.2 2024/10/17 01:57:18 jsg Exp $        */
 /*
  * Copyright (c) 2024 Mark Kettenis <kettenis@openbsd.org>
  *
@@ -19,7 +19,6 @@
 #include <sys/systm.h>
 #include <sys/clockintr.h>
 #include <sys/device.h>
-#include <sys/sensors.h>
 
 #include <machine/intr.h>
 #include <machine/bus.h>
index ade4277..d900c0b 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: db_interface.c,v 1.9 2024/02/23 18:19:03 cheloha Exp $        */
+/*     $OpenBSD: db_interface.c,v 1.10 2024/10/17 01:57:18 jsg Exp $   */
 
 /*
  * Copyright (c) 1996 Scott K. Stevens
@@ -36,8 +36,6 @@
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/proc.h>
-#include <sys/reboot.h>
-#include <sys/exec.h>
 
 #include <uvm/uvm_extern.h>
 
@@ -47,7 +45,6 @@
 #include <ddb/db_output.h>
 #include <ddb/db_run.h>
 #include <ddb/db_variables.h>
-#include <ddb/db_sym.h>
 #include <ddb/db_extern.h>
 #include <ddb/db_interface.h>
 #include <dev/cons.h>
index 87b1e0c..041f0b4 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: db_trace.c,v 1.5 2022/02/22 07:46:04 visa Exp $       */
+/*     $OpenBSD: db_trace.c,v 1.6 2024/10/17 01:57:18 jsg Exp $        */
 
 /*
  * Copyright (c) 2000, 2001 Ben Harris
 #include <sys/param.h>
 #include <sys/systm.h>
 
-#include <sys/proc.h>
-#include <sys/stacktrace.h>
-#include <sys/user.h>
 #include <machine/db_machdep.h>
 
 #include <ddb/db_access.h>
 #include <ddb/db_interface.h>
-#include <ddb/db_variables.h>
 #include <ddb/db_sym.h>
 #include <ddb/db_output.h>
 
index 9a53200..792a471 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: exception.S,v 1.8 2023/11/24 07:57:39 miod Exp $      */
+/*     $OpenBSD: exception.S,v 1.9 2024/10/17 01:57:18 jsg Exp $       */
 
 /*-
  * Copyright (c) 2015-2018 Ruslan Bukin <br@bsdpad.com>
@@ -36,7 +36,6 @@
 
 #include "assym.h"
 #include <machine/asm.h>
-#include <machine/trap.h>
 #include <machine/riscvreg.h>
 
 .macro save_registers mode
index 0b2963d..5a1c539 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: fpu.c,v 1.11 2021/06/30 22:20:56 kettenis Exp $       */
+/*     $OpenBSD: fpu.c,v 1.12 2024/10/17 01:57:18 jsg Exp $    */
 
 /*
  * Copyright (c) 2020 Dale Rahn <drahn@openbsd.org>
@@ -20,7 +20,6 @@
 #include <sys/systm.h>
 #include <sys/proc.h>
 #include <sys/user.h>
-#include "machine/asm.h"
 
 void
 fpu_disable(void)