diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-09-02 20:06:59 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-09-02 20:06:59 +0000 |
| commit | e4ba6a82b084137ae48939fd73bf04e8cce288d4 (patch) | |
| tree | 06204d02ef4540eebc3fb515faaf53c0d6c03bcd /sys/dev/cy | |
| parent | 010e6696151cfcc4d6743216118a3f07040859b4 (diff) | |
Notes
Diffstat (limited to 'sys/dev/cy')
| -rw-r--r-- | sys/dev/cy/cy_pci.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/cy/cy_pci.c b/sys/dev/cy/cy_pci.c index cdef3f50cd55..ae48965f69e6 100644 --- a/sys/dev/cy/cy_pci.c +++ b/sys/dev/cy/cy_pci.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: cy_pci.c,v 1.5 1997/02/22 09:44:00 peter Exp $ */ /* @@ -36,7 +36,6 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/malloc.h> #include <sys/kernel.h> #include <vm/vm.h> #include <vm/pmap.h> |
