]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
massage atomic.h inclusions
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 24 Aug 2011 23:47:09 +0000 (09:47 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 15 Sep 2011 06:21:27 +0000 (16:21 +1000)
Cc: Dave Chinner <david@fromorbit.com>
Cc: Konstantin Khlebnikov <khlebnikov@openvz.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/fs.h
include/linux/mm.h

index 6006b19f74365af923fbe8e5e8d237a4f60c3760..e005f34d4da87c682f08efe1c0af800d303649f4 100644 (file)
@@ -392,8 +392,8 @@ struct inodes_stat_t {
 #include <linux/semaphore.h>
 #include <linux/fiemap.h>
 #include <linux/rculist_bl.h>
-#include <linux/shrinker.h>
 #include <linux/atomic.h>
+#include <linux/shrinker.h>
 
 #include <asm/byteorder.h>
 
index 7438071b44aa7d3c5f12a60824941de05940eb42..23d95283cac4191b0f8869c7e1f549b498b5df4e 100644 (file)
@@ -10,6 +10,7 @@
 #include <linux/mmzone.h>
 #include <linux/rbtree.h>
 #include <linux/prio_tree.h>
+#include <linux/atomic.h>
 #include <linux/debug_locks.h>
 #include <linux/mm_types.h>
 #include <linux/range.h>