[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <49BC8182.5050508@cn.fujitsu.com>
Date: Sun, 15 Mar 2009 12:18:10 +0800
From: Li Zefan <lizf@...fujitsu.com>
To: Jaswinder Singh Rajput <jaswinder@...nel.org>
CC: Ingo Molnar <mingo@...e.hu>, x86 maintainers <x86@...nel.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH -tip] x86: kdebugfs.c cleanup
> #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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists