diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-21 03:03:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-21 03:03:27 +0000 |
commit | ca48e4ece50b04c33f4709c41bf96a35905d1f6b (patch) | |
tree | 0bad76df874a74978118183a2528059491d02744 /sys/arch/loongson/dev | |
parent | 9497af87f5b565b6e916fe63f0f1813de69367ec (diff) |
more cleanup to cope with the change that tries to make proc.h not act
like it is everything.h
ok tedu
Diffstat (limited to 'sys/arch/loongson/dev')
-rw-r--r-- | sys/arch/loongson/dev/glxpcib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/loongson/dev/glxpcib.c b/sys/arch/loongson/dev/glxpcib.c index 1d77c31cd74..a11de01827d 100644 --- a/sys/arch/loongson/dev/glxpcib.c +++ b/sys/arch/loongson/dev/glxpcib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: glxpcib.c,v 1.4 2010/02/18 22:45:28 miod Exp $ */ +/* $OpenBSD: glxpcib.c,v 1.5 2010/04/21 03:03:26 deraadt Exp $ */ /* * Copyright (c) 2007 Marc Balmer <mbalmer@openbsd.org> @@ -24,9 +24,9 @@ #include <sys/param.h> #include <sys/systm.h> +#include <sys/proc.h> #include <sys/device.h> #include <sys/gpio.h> -#include <sys/sysctl.h> #include <sys/timetc.h> #include <machine/bus.h> |