diff options
Diffstat (limited to 'sys/dev/pci/amdpcib.c')
-rw-r--r-- | sys/dev/pci/amdpcib.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/amdpcib.c b/sys/dev/pci/amdpcib.c index 36d4ac03009..c6ac0cfceff 100644 --- a/sys/dev/pci/amdpcib.c +++ b/sys/dev/pci/amdpcib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: amdpcib.c,v 1.1 2007/10/07 18:41:06 mbalmer Exp $ */ +/* $OpenBSD: amdpcib.c,v 1.2 2010/04/20 22:05:43 tedu Exp $ */ /* * Copyright (c) 2007 Michael Shalayeff @@ -24,7 +24,6 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/device.h> -#include <sys/sysctl.h> #include <sys/timetc.h> #include <machine/bus.h> |