diff options
| author | Christoph Hellwig <hch@infradead.org> | 2002-05-22 22:52:48 -0700 |
|---|---|---|
| committer | Christoph Hellwig <hch@infradead.org> | 2002-05-22 22:52:48 -0700 |
| commit | 735d04eeca75a20b7fd1eb3336a5372234caa84f (patch) | |
| tree | a41e206cb963cb9f1b0fe8b90bf3db5b2a993772 /include/linux/amigaffs.h | |
| parent | 465c17d3e192b02ad6c59a3c9fb4b10bd49e1ada (diff) | |
[PATCH] include buffer_head.h in actual users instead of fs.h (7/10)
Make the 5 headers in include/linux that need it include buffer_head.h
directly.
Diffstat (limited to 'include/linux/amigaffs.h')
| -rw-r--r-- | include/linux/amigaffs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/amigaffs.h b/include/linux/amigaffs.h index f02e8cbd0131..01afc53427b4 100644 --- a/include/linux/amigaffs.h +++ b/include/linux/amigaffs.h @@ -2,7 +2,7 @@ #define AMIGAFFS_H #include <linux/types.h> - +#include <linux/buffer_head.h> #include <asm/byteorder.h> /* AmigaOS allows file names with up to 30 characters length. |
