--- drivers/base/memory.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/drivers/base/memory.c b/drivers/base/memory.c index 14f8a69..5247698 100644 --- a/drivers/base/memory.c +++ b/drivers/base/memory.c @@ -10,20 +10,20 @@ * SPARSEMEM should be contained here, or in mm/memory_hotplug.c. */ -#include <linux/module.h> -#include <linux/init.h> -#include <linux/topology.h> +#include <linux/atomic.h> #include <linux/capability.h> #include <linux/device.h> -#include <linux/memory.h> +#include <linux/init.h> #include <linux/kobject.h> +#include <linux/memory.h> #include <linux/memory_hotplug.h> #include <linux/mm.h> +#include <linux/module.h> #include <linux/mutex.h> -#include <linux/stat.h> #include <linux/slab.h> +#include <linux/stat.h> +#include <linux/topology.h> -#include <linux/atomic.h> #include <asm/uaccess.h> static DEFINE_MUTEX(mem_sysfs_mutex); -- 1.8.2.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/