Merge tag 'v3.10.107' into update
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / arm / include / asm / scatterlist.h
CommitLineData
1da177e4
LT
1#ifndef _ASMARM_SCATTERLIST_H
2#define _ASMARM_SCATTERLIST_H
3
74facffe
RK
4#ifdef CONFIG_ARM_HAS_SG_CHAIN
5#define ARCH_HAS_SG_CHAIN
6#endif
7
1da177e4
LT
8#include <asm/memory.h>
9#include <asm/types.h>
4d736b5e 10#include <asm-generic/scatterlist.h>
1da177e4 11
1da177e4 12#endif /* _ASMARM_SCATTERLIST_H */