diff options
author | 2013-06-14 23:58:30 +0000 | |
---|---|---|
committer | 2013-06-14 23:58:30 +0000 | |
commit | 170422a0467162f6e6b792f70ec30baf8da845a5 (patch) | |
tree | b2c1db36cc319e963f05f7743da528698bf41b9e | |
parent | Updating the ramdisk to support usb. (diff) | |
download | wireguard-openbsd-170422a0467162f6e6b792f70ec30baf8da845a5.tar.xz wireguard-openbsd-170422a0467162f6e6b792f70ec30baf8da845a5.zip |
Don't pull cpufunc.h in from the machine include directory, but from
the arm one.
ok bmercer@
-rw-r--r-- | sys/arch/arm/cortex/arml2cc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arm/cortex/arml2cc.c b/sys/arch/arm/cortex/arml2cc.c index 38eb2a316db..0bda681c424 100644 --- a/sys/arch/arm/cortex/arml2cc.c +++ b/sys/arch/arm/cortex/arml2cc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: arml2cc.c,v 1.2 2013/05/02 20:57:37 patrick Exp $ */ +/* $OpenBSD: arml2cc.c,v 1.3 2013/06/14 23:58:30 patrick Exp $ */ /* * Copyright (c) 2013 Patrick Wildt <patrick@blueri.se> * @@ -25,7 +25,7 @@ #include <sys/timeout.h> #include <machine/intr.h> #include <machine/bus.h> -#include <machine/cpufunc.h> +#include <arm/cpufunc.h> #include <arm/cortex/cortex.h> #include <arm/cortex/smc.h> |