diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-11-10 06:52:00 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-11-10 06:52:00 +0000 |
commit | 691328bd8f78bbebf12daaa96e24b5824828367c (patch) | |
tree | d279bbd18201f2c724fb0a530cb898a928128e20 /sys/dev/ic | |
parent | d6940597d6670acbd5dd4f0dba3496e3bab059fc (diff) |
replace uvm.h includes with uvm_extern.h where possible
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/psp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/psp.c b/sys/dev/ic/psp.c index 0eba7ad4d28..6f3a6519c61 100644 --- a/sys/dev/ic/psp.c +++ b/sys/dev/ic/psp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: psp.c,v 1.13 2024/11/09 11:47:47 bluhm Exp $ */ +/* $OpenBSD: psp.c,v 1.14 2024/11/10 06:51:59 jsg Exp $ */ /* * Copyright (c) 2023, 2024 Hans-Joerg Hoexer <hshoexer@genua.de> @@ -27,7 +27,7 @@ #include <machine/bus.h> -#include <uvm/uvm.h> +#include <uvm/uvm_extern.h> #include <crypto/xform.h> #include <dev/ic/ccpvar.h> |