diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-03-21 19:39:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-03-21 19:39:31 +0000 |
commit | a4895e581e21cd25530b2ad2835a948c091b70d4 (patch) | |
tree | 71a502dff3b4b2598e6c5976a019020fae292fe1 /sys/dev | |
parent | 50a99673eca0870cbd1e6db8f704007d0ca1e958 (diff) |
Do not include machine/param.h since sys/param.h already did so.
ok kettenis
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/drm/drmP.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/drm/drmP.h b/sys/dev/pci/drm/drmP.h index 7c4035dad30..bd5dd9ddabd 100644 --- a/sys/dev/pci/drm/drmP.h +++ b/sys/dev/pci/drm/drmP.h @@ -1,4 +1,4 @@ -/* $OpenBSD: drmP.h,v 1.134 2013/03/18 12:36:51 jsg Exp $ */ +/* $OpenBSD: drmP.h,v 1.135 2013/03/21 19:39:30 deraadt Exp $ */ /* drmP.h -- Private header for Direct Rendering Manager -*- linux-c -*- * Created: Mon Jan 4 10:05:05 1999 by faith@precisioninsight.com */ @@ -67,7 +67,6 @@ #include <dev/pci/pcivar.h> #include <dev/pci/agpvar.h> #include <dev/pci/vga_pcivar.h> -#include <machine/param.h> #include <machine/bus.h> #include "drm_linux_list.h" |