summaryrefslogtreecommitdiff
path: root/sys/arch/arm64/dev/apm.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/arm64/dev/apm.c')
-rw-r--r--sys/arch/arm64/dev/apm.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/arm64/dev/apm.c b/sys/arch/arm64/dev/apm.c
index 2c88cd4d6dd..94684daaebc 100644
--- a/sys/arch/arm64/dev/apm.c
+++ b/sys/arch/arm64/dev/apm.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: apm.c,v 1.18 2022/11/10 11:23:21 kettenis Exp $ */
+/* $OpenBSD: apm.c,v 1.19 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