diff options
| author | Andrew Morton <akpm@zip.com.au> | 2002-06-17 20:20:24 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-06-17 20:20:24 -0700 |
| commit | a28b4d4ede7e5f9bcde157417957998571b7a639 (patch) | |
| tree | 7feee97dae0c904c0838d5ea0126433b6f78bc4a /include/linux/raid | |
| parent | c67b85b06126b960a44c1dcdf809cf9e947f4a1c (diff) | |
[PATCH] take bio.h out of highmem.h
highmem.h includes bio.h, so just about every compilation unit in the
kernel gets to process bio.h.
The patch moves the BIO-related functions out of highmem.h and into
bio-related headers. The nested include is removed and all files which
need to include bio.h now do so.
Diffstat (limited to 'include/linux/raid')
| -rw-r--r-- | include/linux/raid/raid5.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/raid/raid5.h b/include/linux/raid/raid5.h index 5c25120581a7..67f7bf471798 100644 --- a/include/linux/raid/raid5.h +++ b/include/linux/raid/raid5.h @@ -3,6 +3,7 @@ #include <linux/raid/md.h> #include <linux/raid/xor.h> +#include <linux/bio.h> /* * |
