summaryrefslogtreecommitdiff
path: root/include/linux/buffer_head.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@home.transmeta.com>2002-10-13 05:55:22 -0700
committerLinus Torvalds <torvalds@home.transmeta.com>2002-10-13 05:55:22 -0700
commit71660e156c8516c75e63d40d9f6c19af82340071 (patch)
tree3aaaee33be8ccec92e6944a03e3588e090e21a0f /include/linux/buffer_head.h
parent31c96625109bb9deb166cfd3fbe08d0a92ad98fa (diff)
parent2dcb8ff9ea7bfdc161eec1eeb8f94c2ba5c3c8a8 (diff)
Merge bk://linuxusb.bkbits.net/linus-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux
Diffstat (limited to 'include/linux/buffer_head.h')
-rw-r--r--include/linux/buffer_head.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/buffer_head.h b/include/linux/buffer_head.h
index 71732e1216fc..0760d97cd6f9 100644
--- a/include/linux/buffer_head.h
+++ b/include/linux/buffer_head.h
@@ -32,7 +32,6 @@ enum bh_state_bits {
#define MAX_BUF_PER_PAGE (PAGE_CACHE_SIZE / 512)
struct page;
-struct kiobuf;
struct buffer_head;
struct address_space;
typedef void (bh_end_io_t)(struct buffer_head *bh, int uptodate);