aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-v850/scatterlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-v850/scatterlist.h')
-rw-r--r--include/asm-v850/scatterlist.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-v850/scatterlist.h b/include/asm-v850/scatterlist.h
index af1cba69a526..56f402920db9 100644
--- a/include/asm-v850/scatterlist.h
+++ b/include/asm-v850/scatterlist.h
@@ -14,6 +14,8 @@
14#ifndef __V850_SCATTERLIST_H__ 14#ifndef __V850_SCATTERLIST_H__
15#define __V850_SCATTERLIST_H__ 15#define __V850_SCATTERLIST_H__
16 16
17#include <asm/types.h>
18
17struct scatterlist { 19struct scatterlist {
18 struct page *page; 20 struct page *page;
19 unsigned offset; 21 unsigned offset;