summaryrefslogtreecommitdiff
path: root/include/linux/blk.h
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2005-01-04 05:27:10 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-01-04 05:27:10 -0800
commit80ddd72d92a4e1f260e2e49a4205420b4039fc97 (patch)
treeb731efd6c47648e84183d27d551a7b9a166ae24e /include/linux/blk.h
parent4bf76b4a3b4e631a71535b55670965638d10b82b (diff)
[PATCH] kill blk.h
All blk.h users were converted in 2.5, and at the same time blk.h began giving a warning. The patch below removes this obsolete file. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/blk.h')
-rw-r--r--include/linux/blk.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/blk.h b/include/linux/blk.h
deleted file mode 100644
index 42752bccae74..000000000000
--- a/include/linux/blk.h
+++ /dev/null
@@ -1,2 +0,0 @@
-#warning this file is obsolete, please use <linux/blkdev.h> instead
-#include <linux/blkdev.h>