Re: [PATCH -tip] x86: kdebugfs.c cleanup

From: Li Zefan
Date: Sun Mar 15 2009 - 00:18:20 EST


> #include <linux/debugfs.h>
> #include <linux/uaccess.h>
> -#include <linux/stat.h>
> +#include <linux/module.h>
> #include <linux/init.h>
> +#include <linux/stat.h>
> #include <linux/io.h>
> #include <linux/mm.h>
> -#include <linux/module.h>
>

Just curious about the rule to sort those includes, and why they need
to be rearranged.

> #include <asm/setup.h>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/