diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-09-26 10:12:03 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-09-26 10:12:03 +0000 |
commit | b852d4f61499fbf3eefe11ec3bd5418e962dec96 (patch) | |
tree | 1f782cd7b672ed262ed6dcb117e25024f23cbdd8 /sys/arch/amd64 | |
parent | ddf92a4a051c55a8641e4f625a3c0a7f56f23822 (diff) |
remove unneeded psl.h include
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/stand/libsa/mdrandom.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/libsa/mdrandom.c b/sys/arch/amd64/stand/libsa/mdrandom.c index 6730e5e7e36..cc6f03b0794 100644 --- a/sys/arch/amd64/stand/libsa/mdrandom.c +++ b/sys/arch/amd64/stand/libsa/mdrandom.c @@ -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" |