summaryrefslogtreecommitdiffstats
path: root/sys/dev/mlx
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-04-19 14:58:28 +0000
committerphk <phk@FreeBSD.org>2000-04-19 14:58:28 +0000
commit6be1308ad17c05993e3e29f246b7f0efa03a05fe (patch)
tree4383fffe9c6f9d3121b10dd9f157d97dbfeabe0b /sys/dev/mlx
parentbdc51eda0607c8fa53feb6003b182c14a5703635 (diff)
downloadFreeBSD-src-6be1308ad17c05993e3e29f246b7f0efa03a05fe.zip
FreeBSD-src-6be1308ad17c05993e3e29f246b7f0efa03a05fe.tar.gz
Remove ~25 unneeded #include <sys/conf.h>
Remove ~60 unneeded #include <sys/malloc.h>
Diffstat (limited to 'sys/dev/mlx')
-rw-r--r--sys/dev/mlx/mlx_disk.c1
-rw-r--r--sys/dev/mlx/mlx_pci.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/mlx/mlx_disk.c b/sys/dev/mlx/mlx_disk.c
index 50f20c5..15af6b7 100644
--- a/sys/dev/mlx/mlx_disk.c
+++ b/sys/dev/mlx/mlx_disk.c
@@ -33,7 +33,6 @@
#include <sys/param.h>
#include <sys/systm.h>
-#include <sys/malloc.h>
#include <sys/kernel.h>
#include <sys/buf.h>
diff --git a/sys/dev/mlx/mlx_pci.c b/sys/dev/mlx/mlx_pci.c
index 004c9aa..6fe9a56 100644
--- a/sys/dev/mlx/mlx_pci.c
+++ b/sys/dev/mlx/mlx_pci.c
@@ -28,7 +28,6 @@
#include <sys/param.h>
#include <sys/systm.h>
-#include <sys/malloc.h>
#include <sys/kernel.h>
#include <sys/bus.h>
OpenPOWER on IntegriCloud