From 3bf609606383b69386b4eb5a4c7c76fa696949a5 Mon Sep 17 00:00:00 2001 From: jsg Date: Wed, 16 Oct 2024 02:32:27 +0000 Subject: [PATCH] remove unneeded frame.h and riscvreg.h includes --- sys/arch/riscv64/include/intr.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sys/arch/riscv64/include/intr.h b/sys/arch/riscv64/include/intr.h index c648b69018f..5a8a90fcc03 100644 --- a/sys/arch/riscv64/include/intr.h +++ b/sys/arch/riscv64/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.7 2024/10/14 10:08:13 jsg Exp $ */ +/* $OpenBSD: intr.h,v 1.8 2024/10/16 02:32:27 jsg Exp $ */ /* * Copyright (c) 2001-2004 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -103,8 +103,6 @@ enum { #ifndef _LOCORE #include -#include - int splraise(int); int spllower(int); void splx(int); @@ -150,8 +148,6 @@ extern struct riscv_intr_func riscv_intr_func; #define spl0() spllower(IPL_NONE) -#include - void intr_barrier(void *); void riscv_init_smask(void); /* XXX */ -- 2.20.1