Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756064Ab2ECJl4 (ORCPT ); Thu, 3 May 2012 05:41:56 -0400 Received: from mail-pb0-f46.google.com ([209.85.160.46]:64388 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753226Ab2ECJlz (ORCPT ); Thu, 3 May 2012 05:41:55 -0400 From: Sachin Kamat To: linux-kernel@vger.kernel.org Cc: vinod.koul@intel.com, dan.j.williams@intel.com, jaswinder.singh@linaro.org, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 1/1] DMA: PL330: Remove duplicate header file inclusion Date: Thu, 3 May 2012 15:02:28 +0530 Message-Id: <1336037548-13718-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 825 Lines: 27 Removes file which was included twice. Signed-off-by: Sachin Kamat --- drivers/dma/pl330.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/dma/pl330.c b/drivers/dma/pl330.c index 2ee6e23..e8ebca7 100644 --- a/drivers/dma/pl330.c +++ b/drivers/dma/pl330.c @@ -21,7 +21,6 @@ #include #include #include -#include #include #include #include -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/