diff options
author | Jens Axboe <jens.axboe@oracle.com> | 2007-10-23 06:32:34 -0400 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2007-10-23 06:32:34 -0400 |
commit | 4fcc47a053adc786cc1ab84f3b8909eeb5c37963 (patch) | |
tree | 03dfa51a5f94e9fc3c811824bdc510148b161aa0 /arch/mips/mm | |
parent | 944bda26fbfb3c30533b95ee4aaff72778008f78 (diff) |
mips: sg_page() fallout
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'arch/mips/mm')
-rw-r--r-- | arch/mips/mm/dma-default.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/mm/dma-default.c b/arch/mips/mm/dma-default.c index b0b034c4654f..b1b40527658b 100644 --- a/arch/mips/mm/dma-default.c +++ b/arch/mips/mm/dma-default.c | |||
@@ -13,6 +13,7 @@ | |||
13 | #include <linux/mm.h> | 13 | #include <linux/mm.h> |
14 | #include <linux/module.h> | 14 | #include <linux/module.h> |
15 | #include <linux/string.h> | 15 | #include <linux/string.h> |
16 | #include <linux/scatterlist.h> | ||
16 | 17 | ||
17 | #include <asm/cache.h> | 18 | #include <asm/cache.h> |
18 | #include <asm/io.h> | 19 | #include <asm/io.h> |