From 208bc4952676a841f248eacf03fc7a27dfdcd55f Mon Sep 17 00:00:00 2001
From: Linus Torvalds <torvalds@penguin.transmeta.com>
Date: Thu, 23 May 2002 21:25:44 -0700
Subject: [PATCH] Fix up header file

---
 include/linux/buffer_head.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/buffer_head.h b/include/linux/buffer_head.h
index 1a542191bbd2..b52eb321e898 100644
--- a/include/linux/buffer_head.h
+++ b/include/linux/buffer_head.h
@@ -9,9 +9,9 @@
 
 #include <linux/types.h>
 #include <linux/fs.h>
+#include <linux/linkage.h>
 #include <asm/atomic.h>
 
-
 enum bh_state_bits {
 	BH_Uptodate,	/* Contains valid data */
 	BH_Dirty,	/* Is dirty */
-- 
2.30.9