diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-03-23 15:50:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-03-23 15:50:24 +0000 |
commit | 2844dd0d15358472baad1cac268d9e135a9aebf4 (patch) | |
tree | ca6f71d6550a7df8a192e6eb088541bb4a3c829a /sys | |
parent | 9cbf5015341f9e377a6fe18bb81d839fe7326e39 (diff) |
avoid machine/param.h use
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/loongson/stand/boot/dev.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/loongson/stand/boot/dev.c b/sys/arch/loongson/stand/boot/dev.c index 94b3616fd27..46674ad2ab7 100644 --- a/sys/arch/loongson/stand/boot/dev.c +++ b/sys/arch/loongson/stand/boot/dev.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dev.c,v 1.3 2011/03/13 00:13:53 deraadt Exp $ */ +/* $OpenBSD: dev.c,v 1.4 2013/03/23 15:50:23 deraadt Exp $ */ /* * Copyright (c) 2010 Miodrag Vallat. @@ -44,10 +44,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/types.h> +#include <sys/param.h> #include "libsa.h" #include <sys/disklabel.h> -#include <machine/param.h> #include <machine/cpu.h> #include <machine/pmon.h> |