remove unneeded psl.h include
authorjsg <jsg@openbsd.org>
Thu, 26 Sep 2024 10:12:02 +0000 (10:12 +0000)
committerjsg <jsg@openbsd.org>
Thu, 26 Sep 2024 10:12:02 +0000 (10:12 +0000)
sys/arch/amd64/stand/libsa/mdrandom.c
sys/arch/i386/stand/libsa/mdrandom.c

index 6730e5e..cc6f03b 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: mdrandom.c,v 1.3 2020/06/19 15:00:45 naddy Exp $      */
+/*     $OpenBSD: mdrandom.c,v 1.4 2024/09/26 10:12:02 jsg Exp $        */
 
 /*
  * Copyright (c) 2020 Theo de Raadt 
@@ -17,7 +17,6 @@
  */
 
 #include <sys/param.h>
-#include <machine/psl.h>
 #include <machine/specialreg.h>
 
 #include "libsa.h"
index 507a0f6..2f0ada8 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: mdrandom.c,v 1.3 2020/06/19 15:00:45 naddy Exp $      */
+/*     $OpenBSD: mdrandom.c,v 1.4 2024/09/26 10:12:02 jsg Exp $        */
 
 /*
  * Copyright (c) 2020 Theo de Raadt 
@@ -17,7 +17,6 @@
  */
 
 #include <sys/param.h>
-#include <machine/psl.h>
 #include <machine/specialreg.h>
 
 #include "libsa.h"