diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-10-14 10:08:14 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-10-14 10:08:14 +0000 |
commit | 08e774a1452ec3a35975a22cb52e8809f7e5f403 (patch) | |
tree | 213038fcac2bd020408cbd615cd8329994ffb212 /sys/arch/arm64 | |
parent | 27b63bd3e90cb74f89d05a2ebd798e3b00a9830f (diff) |
remove unneeded device.h include
Diffstat (limited to 'sys/arch/arm64')
-rw-r--r-- | sys/arch/arm64/include/intr.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 <sys/device.h> #include <sys/queue.h> int splraise(int); |