diff options
| author | Linus Torvalds <torvalds@penguin.transmeta.com> | 2002-05-23 21:25:44 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2002-05-23 21:25:44 -0700 |
| commit | 208bc4952676a841f248eacf03fc7a27dfdcd55f (patch) | |
| tree | d6879798dd700f36a54a2466bcf663f9d9223adb /include/linux/buffer_head.h | |
| parent | 9ff2d5362fafb42c8035d11e29e14b640998d46b (diff) | |
Fix up header file
Diffstat (limited to 'include/linux/buffer_head.h')
| -rw-r--r-- | include/linux/buffer_head.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |
