From 645a992922f02d0927b004bd4389cd2b613f0712 Mon Sep 17 00:00:00 2001 From: Tom Ingleby Date: Thu, 16 Jul 2015 21:57:36 +0200 Subject: [PATCH] MIPS: JZ4740: rename irq.h to non-reserved name Patch to solve build error when building with an output outside the tree. Signed-off-by: Tom Ingleby --- arch/mips/jz4740/gpio.c | 2 +- arch/mips/jz4740/{irq.h => irq-jz4740.h} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename arch/mips/jz4740/{irq.h => irq-jz4740.h} (100%) diff --git a/arch/mips/jz4740/gpio.c b/arch/mips/jz4740/gpio.c index 00b798d2fb7cfa..e530497f94702e 100644 --- a/arch/mips/jz4740/gpio.c +++ b/arch/mips/jz4740/gpio.c @@ -28,7 +28,7 @@ #include -#include "irq.h" +#include "irq-jz4740.h" #define JZ4740_GPIO_BASE_A (32*0) #define JZ4740_GPIO_BASE_B (32*1) diff --git a/arch/mips/jz4740/irq.h b/arch/mips/jz4740/irq-jz4740.h similarity index 100% rename from arch/mips/jz4740/irq.h rename to arch/mips/jz4740/irq-jz4740.h