diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-11-10 23:42:16 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-11-10 23:42:16 +0000 |
commit | d61f7586f0839b64294761f34d9290543e501fbf (patch) | |
tree | a1e345d5c3dd2c1f9c0fb36bf878043d4718a8da /sys | |
parent | e5969e3a198d666e4da163356adfaa07873e130e (diff) |
pscivar.h include no longer needed
ok kettenis@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/arm64/dev/apm.c | 7 |
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 |