diff options
author | 2001-03-29 00:47:53 +0000 | |
---|---|---|
committer | 2001-03-29 00:47:53 +0000 | |
commit | 29ab0f9a30c363af0d83f71c4465fbd697085477 (patch) | |
tree | 6dcbc455eaa6ad36541cefeb32dc0d127be29681 /sys | |
parent | here labels we define (diff) | |
download | wireguard-openbsd-29ab0f9a30c363af0d83f71c4465fbd697085477.tar.xz wireguard-openbsd-29ab0f9a30c363af0d83f71c4465fbd697085477.zip |
cpudev_data.h here needed not
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hppa/hppa/machdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hppa/hppa/machdep.c b/sys/arch/hppa/hppa/machdep.c index e95c019fde4..96f6928e170 100644 --- a/sys/arch/hppa/hppa/machdep.c +++ b/sys/arch/hppa/hppa/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.30 2001/03/22 23:40:55 mickey Exp $ */ +/* $OpenBSD: machdep.c,v 1.31 2001/03/29 00:47:53 mickey Exp $ */ /* * Copyright (c) 1999-2000 Michael Shalayeff @@ -94,7 +94,6 @@ #endif #include <hppa/dev/cpudevs.h> -#include <hppa/dev/cpudevs_data.h> /* * Patchable buffer cache parameters |