]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/scatterlist.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux...
[karo-tx-linux.git] / include / linux / scatterlist.h
index 9aaf5bfdad1afcb5e85b39482ea0458a0ea6b83c..ac9586dadfa58bdbade8fbb8391ea023d6d491aa 100644 (file)
@@ -1,10 +1,12 @@
 #ifndef _LINUX_SCATTERLIST_H
 #define _LINUX_SCATTERLIST_H
 
+#include <linux/string.h>
+#include <linux/bug.h>
+#include <linux/mm.h>
+
 #include <asm/types.h>
 #include <asm/scatterlist.h>
-#include <linux/mm.h>
-#include <linux/string.h>
 #include <asm/io.h>
 
 struct sg_table {