diff options
| author | Adrian Bunk <bunk@fs.tum.de> | 2003-07-16 20:43:53 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2003-07-16 20:43:53 -0700 |
| commit | 117b5e29ed84e3236201485007e8fc40b8153edb (patch) | |
| tree | b661b22d4ee2603b86fabe99cb56e6f0bd22be2e /kernel | |
| parent | 2bb4f1b2e1fe3c4b50fd44f3c49415b8a8bd1a8c (diff) | |
[PATCH] remove all #include <blk.h>'s
This causes blk.h to print a warning and removes all uses of blk.h.
I've tested the compilation in 2.6.0-test1 with a .config that tries to
compile as many drivers as possible.
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/suspend.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/suspend.c b/kernel/suspend.c index 308735894ac8..d68eae23c468 100644 --- a/kernel/suspend.c +++ b/kernel/suspend.c @@ -52,7 +52,6 @@ #include <linux/genhd.h> #include <linux/kernel.h> #include <linux/major.h> -#include <linux/blk.h> #include <linux/swap.h> #include <linux/pm.h> #include <linux/device.h> |
