remove unneeded device.h include
authorjsg <jsg@openbsd.org>
Mon, 14 Oct 2024 10:08:13 +0000 (10:08 +0000)
committerjsg <jsg@openbsd.org>
Mon, 14 Oct 2024 10:08:13 +0000 (10:08 +0000)
sys/arch/arm64/include/intr.h
sys/arch/armv7/include/intr.h
sys/arch/riscv64/include/intr.h

index a162184..1606169 100644 (file)
@@ -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 <sys/device.h>
 #include <sys/queue.h>
 
 int    splraise(int);
index 25f957a..4a4d648 100644 (file)
@@ -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 <sys/device.h>
 #include <sys/queue.h>
 
 struct cpu_info;
index e0e9b8f..c648b69 100644 (file)
@@ -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 <sys/device.h>
 #include <sys/queue.h>
 
 #include <machine/frame.h>