diff options
author | David Miller <davem@davemloft.net> | 2007-10-24 02:46:01 -0400 |
---|---|---|
committer | Jens Axboe <axboe@carl.home.kernel.dk> | 2007-10-24 02:46:01 -0400 |
commit | d91c5e8839791b27672277e81451873499bc517e (patch) | |
tree | e3218c3aa6809b56249856c6879bdf88c675b5a5 /drivers | |
parent | de58d942924d431c1c2144ece35b0b9aceadaf2c (diff) |
More SG build fixes
Signed-off-by: Jens Axboe <axboe@carl.home.kernel.dk>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/block/sunvdc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/sunvdc.c b/drivers/block/sunvdc.c index 7276f7d207c2..fac4c6cd04f7 100644 --- a/drivers/block/sunvdc.c +++ b/drivers/block/sunvdc.c | |||
@@ -15,6 +15,7 @@ | |||
15 | #include <linux/delay.h> | 15 | #include <linux/delay.h> |
16 | #include <linux/init.h> | 16 | #include <linux/init.h> |
17 | #include <linux/list.h> | 17 | #include <linux/list.h> |
18 | #include <linux/scatterlist.h> | ||
18 | 19 | ||
19 | #include <asm/vio.h> | 20 | #include <asm/vio.h> |
20 | #include <asm/ldc.h> | 21 | #include <asm/ldc.h> |