summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2004-04-17 03:27:28 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-04-17 03:27:28 -0700
commit4f990f49474ef93e2b47f451cf289c9e30234e0f (patch)
treea89b9f6f1c66ae7fc499bb45babaf492b5d7ff0f /include/linux
parentd012f668272fe3dc39a66fc2ce90a04cb43e13d2 (diff)
[PATCH] remove buffer_error()
From: Jeff Garzik <jgarzik@pobox.com> It was debug code, no longer required.
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/buffer_head.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/buffer_head.h b/include/linux/buffer_head.h
index afe2d3ad1e4e..ebe0b1221579 100644
--- a/include/linux/buffer_head.h
+++ b/include/linux/buffer_head.h
@@ -62,13 +62,6 @@ struct buffer_head {
};
/*
- * Debug
- */
-
-void __buffer_error(char *file, int line);
-#define buffer_error() __buffer_error(__FILE__, __LINE__)
-
-/*
* macro tricks to expand the set_buffer_foo(), clear_buffer_foo()
* and buffer_foo() functions.
*/