diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-04-19 14:58:28 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-04-19 14:58:28 +0000 |
commit | 3389ae93509e373046adc0ada353e39e359c4ff8 (patch) | |
tree | 711d8bc2c1e87fb0ed11d838ebaff4ce01c239be /sys/dev/smbus | |
parent | e938899cc30700c0eefcddf7e168ed50a3904c92 (diff) |
Notes
Diffstat (limited to 'sys/dev/smbus')
-rw-r--r-- | sys/dev/smbus/smb.c | 1 | ||||
-rw-r--r-- | sys/dev/smbus/smbconf.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/smbus/smb.c b/sys/dev/smbus/smb.c index fc0f21ece0085..67341ae4f891a 100644 --- a/sys/dev/smbus/smb.c +++ b/sys/dev/smbus/smb.c @@ -33,7 +33,6 @@ #include <sys/bus.h> #include <sys/conf.h> #include <sys/uio.h> -#include <sys/malloc.h> #include <sys/fcntl.h> #include <machine/clock.h> diff --git a/sys/dev/smbus/smbconf.c b/sys/dev/smbus/smbconf.c index 1afb7e9f22195..5e242aa7e912f 100644 --- a/sys/dev/smbus/smbconf.c +++ b/sys/dev/smbus/smbconf.c @@ -29,7 +29,6 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> -#include <sys/malloc.h> #include <sys/module.h> #include <sys/bus.h> |