summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@fs.tum.de>2003-07-16 20:43:53 -0700
committerLinus Torvalds <torvalds@home.osdl.org>2003-07-16 20:43:53 -0700
commit117b5e29ed84e3236201485007e8fc40b8153edb (patch)
treeb661b22d4ee2603b86fabe99cb56e6f0bd22be2e /kernel
parent2bb4f1b2e1fe3c4b50fd44f3c49415b8a8bd1a8c (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.c1
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>