diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2004-09-20 06:05:28 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2004-09-20 06:05:28 +0000 |
commit | 698c3f7e3cb689520a19c416bf17aacda9ccf1fc (patch) | |
tree | 5784cead17934e57f48508ee003589d274014318 /sys/dev/mii/tqphy.c | |
parent | f62413d59d99a7dc0e3a2ca8ea791c4bb5eadd14 (diff) |
don't include sys/malloc.h, no memory management functions are used
by any of the MII drivers.
From NetBSD
Diffstat (limited to 'sys/dev/mii/tqphy.c')
-rw-r--r-- | sys/dev/mii/tqphy.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/mii/tqphy.c b/sys/dev/mii/tqphy.c index 2a1feec3c48..6957e8a162e 100644 --- a/sys/dev/mii/tqphy.c +++ b/sys/dev/mii/tqphy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tqphy.c,v 1.5 2002/05/04 11:30:06 fgsch Exp $ */ +/* $OpenBSD: tqphy.c,v 1.6 2004/09/20 06:05:27 brad Exp $ */ /* $NetBSD: tqphy.c,v 1.9 2000/02/02 23:34:57 thorpej Exp $ */ /* @@ -77,7 +77,6 @@ #include <sys/systm.h> #include <sys/kernel.h> #include <sys/device.h> -#include <sys/malloc.h> #include <sys/socket.h> #include <net/if.h> |