From 36c3965ff904c2677211575be5bfa7d3afe80d19 Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 5 May 2000 09:59:14 +0000 Subject: Separate the struct bio related stuff out of into . is now a prerequisite for but it shall not be made a nested include according to bdes teachings on the subject of nested includes. Diskdrivers and similar stuff below specfs::strategy() should no longer need to include unless they need caching of data. Still a few bogus uses of struct buf to track down. Repocopy by: peter --- sys/dev/ida/ida.c | 2 +- sys/dev/ida/ida_disk.c | 2 +- sys/dev/ida/ida_eisa.c | 2 +- sys/dev/ida/ida_pci.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/dev/ida') diff --git a/sys/dev/ida/ida.c b/sys/dev/ida/ida.c index e76c56a..d10986c 100644 --- a/sys/dev/ida/ida.c +++ b/sys/dev/ida/ida.c @@ -44,7 +44,7 @@ #include #include -#include +#include #include #include #include diff --git a/sys/dev/ida/ida_disk.c b/sys/dev/ida/ida_disk.c index 72a6f04..47e32a9 100644 --- a/sys/dev/ida/ida_disk.c +++ b/sys/dev/ida/ida_disk.c @@ -34,7 +34,7 @@ #include #include -#include +#include #include #include #include diff --git a/sys/dev/ida/ida_eisa.c b/sys/dev/ida/ida_eisa.c index fd3fd29..93b8bdf 100644 --- a/sys/dev/ida/ida_eisa.c +++ b/sys/dev/ida/ida_eisa.c @@ -32,7 +32,7 @@ #include #include -#include +#include #include #include diff --git a/sys/dev/ida/ida_pci.c b/sys/dev/ida/ida_pci.c index 0bb7e9f..04cf5c7 100644 --- a/sys/dev/ida/ida_pci.c +++ b/sys/dev/ida/ida_pci.c @@ -30,7 +30,7 @@ #include #include -#include +#include #include #include #include -- cgit v1.1