[PATCH 2/6] ARM: add Highbank core platform support
From: Shawn Guo <hidden>
Date: 2011-08-23 03:33:30
Hi Jamie, On Mon, Aug 22, 2011 at 11:01:22AM +0100, Jamie Iles wrote:
Hi Shawn, On Mon, Aug 22, 2011 at 01:55:36PM +0800, Shawn Guo wrote:quoted
On Tue, Aug 16, 2011 at 03:34:54PM -0500, Rob Herring wrote:quoted
From: Rob Herring <redacted> This adds basic support for the Calxeda Highbank platform. Signed-off-by: Rob Herring <redacted> ---[...]quoted
diff --git a/arch/arm/mach-highbank/include/mach/entry-macro.S b/arch/arm/mach-highbank/include/mach/entry-macro.S new file mode 100644 index 0000000..56be409 --- /dev/null +++ b/arch/arm/mach-highbank/include/mach/entry-macro.S@@ -0,0 +1,9 @@ +#include <asm/hardware/gic.h> +#include <asm/hardware/entry-macro-gic.S>It seems that the second file already includes the first one.It's preferred to use explicit includes. From Documentation/SubmitChecklist: 1: If you use a facility then #include the file that defines/declares that facility. Don't depend on other header files pulling in ones that you use.
We should not include it even with above point, because we do not have anything in entry-macro.S requiring gic.h. -- Regards, Shawn