artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74f21e6
)
pscivar.h include no longer needed
author
jsg
<jsg@openbsd.org>
Thu, 10 Nov 2022 23:42:15 +0000
(23:42 +0000)
committer
jsg
<jsg@openbsd.org>
Thu, 10 Nov 2022 23:42:15 +0000
(23:42 +0000)
ok kettenis@
sys/arch/arm64/dev/apm.c
patch
|
blob
|
history
diff --git
a/sys/arch/arm64/dev/apm.c
b/sys/arch/arm64/dev/apm.c
index
2c88cd4
..
94684da
100644
(file)
--- a/
sys/arch/arm64/dev/apm.c
+++ b/
sys/arch/arm64/dev/apm.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: apm.c,v 1.1
8 2022/11/10 11:23:21 kettenis Exp $
*/
+/* $OpenBSD: apm.c,v 1.1
9 2022/11/10 23:42:15 jsg Exp $
*/
/*-
* Copyright (c) 2001 Alexander Guy. All rights reserved.
@@
-49,11
+49,6
@@
#include <machine/acpiapm.h>
#include <machine/apmvar.h>
-#include "psci.h"
-#if NPSCI > 0
-#include <dev/fdt/pscivar.h>
-#endif
-
#if defined(APMDEBUG)
#define DPRINTF(x) printf x
#else