pscivar.h include no longer needed
authorjsg <jsg@openbsd.org>
Thu, 10 Nov 2022 23:42:15 +0000 (23:42 +0000)
committerjsg <jsg@openbsd.org>
Thu, 10 Nov 2022 23:42:15 +0000 (23:42 +0000)
ok kettenis@

sys/arch/arm64/dev/apm.c

index 2c88cd4..94684da 100644 (file)
@@ -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.
 #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