mirror of
https://github.com/openbsd/src.git
synced 2026-04-24 14:14:37 +00:00
remove unneeded device.h include
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user