diff options
Diffstat (limited to 'include/linux/scatterlist.h')
-rw-r--r-- | include/linux/scatterlist.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/linux/scatterlist.h b/include/linux/scatterlist.h index 9aaf5bfdad1a..ac9586dadfa5 100644 --- a/include/linux/scatterlist.h +++ b/include/linux/scatterlist.h | |||
@@ -1,10 +1,12 @@ | |||
1 | #ifndef _LINUX_SCATTERLIST_H | 1 | #ifndef _LINUX_SCATTERLIST_H |
2 | #define _LINUX_SCATTERLIST_H | 2 | #define _LINUX_SCATTERLIST_H |
3 | 3 | ||
4 | #include <linux/string.h> | ||
5 | #include <linux/bug.h> | ||
6 | #include <linux/mm.h> | ||
7 | |||
4 | #include <asm/types.h> | 8 | #include <asm/types.h> |
5 | #include <asm/scatterlist.h> | 9 | #include <asm/scatterlist.h> |
6 | #include <linux/mm.h> | ||
7 | #include <linux/string.h> | ||
8 | #include <asm/io.h> | 10 | #include <asm/io.h> |
9 | 11 | ||
10 | struct sg_table { | 12 | struct sg_table { |