From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sachin Kamat Date: Tue, 20 Nov 2012 06:51:09 +0000 Subject: [PATCH 1/1] ARM: shmobile: Remove duplicate inclusion of dma-mapping.h in setup-r8a7740.c Message-Id: <1353393549-1532-1-git-send-email-sachin.kamat@linaro.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org linux/dma-mapping.h was included twice. Signed-off-by: Sachin Kamat --- arch/arm/mach-shmobile/setup-r8a7740.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-shmobile/setup-r8a7740.c b/arch/arm/mach-shmobile/setup-r8a7740.c index 0952224..878a07a 100644 --- a/arch/arm/mach-shmobile/setup-r8a7740.c +++ b/arch/arm/mach-shmobile/setup-r8a7740.c @@ -27,7 +27,6 @@ #include #include #include -#include #include #include #include -- 1.7.4.1