1 #ifndef _LINUX_SCATTERLIST_H
2 #define _LINUX_SCATTERLIST_H
3 
4 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,12)
5 #error "This version of Linux should not need compat linux/scatterlist.h"
6 #endif
7 
8 #include <asm/scatterlist.h>
9 
10 #endif /* _LINUX_SCATTERLIST_H */
11