diff options
author | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2016-12-30 21:05:21 +0000 |
---|---|---|
committer | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2016-12-30 21:05:21 +0000 |
commit | fc6ee940590eb6c41f15a904ceb73d962a3ab84d (patch) | |
tree | c57d366ff84712a8e6b81e808d33de3ce7daa9a2 /sys/arch/armv7 | |
parent | bf462ad9e607db4fe8fe63f425fd363ebc740b56 (diff) |
Remove unused headers.
ISA and PIO don't really fit in the ARM landscape. Suggested by patrick@
and kettenis@, ok deraadt@
Diffstat (limited to 'sys/arch/armv7')
-rw-r--r-- | sys/arch/armv7/include/isa_machdep.h | 13 | ||||
-rw-r--r-- | sys/arch/armv7/include/pio.h | 4 |
2 files changed, 0 insertions, 17 deletions
diff --git a/sys/arch/armv7/include/isa_machdep.h b/sys/arch/armv7/include/isa_machdep.h deleted file mode 100644 index 1a10064863a..00000000000 --- a/sys/arch/armv7/include/isa_machdep.h +++ /dev/null @@ -1,13 +0,0 @@ -/* $OpenBSD: isa_machdep.h,v 1.1 2013/09/04 14:38:27 patrick Exp $ */ -/* $NetBSD: isa_machdep.h,v 1.4 2002/01/07 22:58:08 chris Exp $ */ - -#ifndef _MACHINE_ISA_MACHDEP_H_ -#define _MACHINE_ISA_MACHDEP_H_ -#include <arm/isa_machdep.h> - -#ifdef _KERNEL -#define ISA_FOOTBRIDGE_IRQ IRQ_IN_L2 -void isa_footbridge_init(u_int, u_int); -#endif /* _KERNEL */ - -#endif /* _MACHINE_ISA_MACHDEP_H_ */ diff --git a/sys/arch/armv7/include/pio.h b/sys/arch/armv7/include/pio.h deleted file mode 100644 index 049f9d556cb..00000000000 --- a/sys/arch/armv7/include/pio.h +++ /dev/null @@ -1,4 +0,0 @@ -/* $OpenBSD: pio.h,v 1.1 2013/09/04 14:38:28 patrick Exp $ */ -/* $NetBSD: pio.h,v 1.3 2001/12/07 23:09:33 chris Exp $ */ - -#include <arm/pio.h> |