From: jsg Date: Mon, 14 Oct 2024 10:08:13 +0000 (+0000) Subject: remove unneeded device.h include X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=d93766d5c0c194345cb87d4641a13d3883a0cb49;p=openbsd remove unneeded device.h include --- diff --git a/sys/arch/arm64/include/intr.h b/sys/arch/arm64/include/intr.h index a16218458e3..16061695c49 100644 --- a/sys/arch/arm64/include/intr.h +++ b/sys/arch/arm64/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.22 2023/09/12 08:29:28 jmatthew Exp $ */ +/* $OpenBSD: intr.h,v 1.23 2024/10/14 10:08:13 jsg Exp $ */ /* * Copyright (c) 2001-2004 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -79,7 +79,6 @@ #define IST_EDGE_BOTH 6 #ifndef _LOCORE -#include #include int splraise(int); diff --git a/sys/arch/armv7/include/intr.h b/sys/arch/armv7/include/intr.h index 25f957a0dae..4a4d6485da2 100644 --- a/sys/arch/armv7/include/intr.h +++ b/sys/arch/armv7/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.14 2020/07/17 08:07:34 patrick Exp $ */ +/* $OpenBSD: intr.h,v 1.15 2024/10/14 10:08:13 jsg Exp $ */ /* $NetBSD: intr.h,v 1.12 2003/06/16 20:00:59 thorpej Exp $ */ /* @@ -78,7 +78,6 @@ #define IST_EDGE_BOTH 6 #ifndef _LOCORE -#include #include struct cpu_info; diff --git a/sys/arch/riscv64/include/intr.h b/sys/arch/riscv64/include/intr.h index e0e9b8f3077..c648b69018f 100644 --- a/sys/arch/riscv64/include/intr.h +++ b/sys/arch/riscv64/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.6 2021/06/29 21:27:52 kettenis Exp $ */ +/* $OpenBSD: intr.h,v 1.7 2024/10/14 10:08:13 jsg Exp $ */ /* * Copyright (c) 2001-2004 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -101,7 +101,6 @@ enum { }; #ifndef _LOCORE -#include #include #include