From patchwork Mon Mar 11 14:12:53 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wei Yongjun X-Patchwork-Id: 2248941 Return-Path: X-Original-To: patchwork-linux-samsung-soc@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id C6B373FCF6 for ; Mon, 11 Mar 2013 14:12:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752327Ab3CKOMz (ORCPT ); Mon, 11 Mar 2013 10:12:55 -0400 Received: from mail-bk0-f46.google.com ([209.85.214.46]:65430 "EHLO mail-bk0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752041Ab3CKOMy (ORCPT ); Mon, 11 Mar 2013 10:12:54 -0400 Received: by mail-bk0-f46.google.com with SMTP id j5so1737365bkw.19 for ; Mon, 11 Mar 2013 07:12:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to:cc :content-type; bh=DsFZimRcK3mex7bIkOzb0MW+FPaRT7qPWl5CtvaqSEQ=; b=ySx9Dg/2iKa74Znjx9duq+MS45+icZnFBEj5vzEICGoeGSehLVjmWrVIJ4urDZm6Mu X83Sc/c3AH9GGQH4ficQsbMWDG13upvv9yOwoEC1qNuHjaqdfGEPfw9vjCB0UNUyM35Y 7M/H0GZhR+yhUgF08iBULJiXVw7AKPlgTioQQ2g6KB0nck08nn2o2f7cDyRhO42/Q9Gk VHAh7J1+Eo4w3DGdLqc1aMRjDlB3wQr3P2l73Ml4ajeVjbYuUaUwdBJov7xHtOAiz05F bTl223XdOMeTrRmeABr6BlzN2QoTO7pwVzBBbMRexCwCZzywFfKaEzcZ1UrUSUkZEei9 QBxA== MIME-Version: 1.0 X-Received: by 10.205.33.3 with SMTP id sm3mr4690772bkb.64.1363011173456; Mon, 11 Mar 2013 07:12:53 -0700 (PDT) Received: by 10.204.30.210 with HTTP; Mon, 11 Mar 2013 07:12:53 -0700 (PDT) Date: Mon, 11 Mar 2013 22:12:53 +0800 Message-ID: Subject: [PATCH -next] ARM: EXYNOS: remove duplicated include from common.c From: Wei Yongjun To: kgene.kim@samsung.com, linux@arm.linux.org.uk Cc: yongjun_wei@trendmicro.com.cn, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org Sender: linux-samsung-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org From: Wei Yongjun Remove duplicated include. Signed-off-by: Wei Yongjun --- arch/arm/mach-exynos/common.c | 1 - 1 file changed, 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/arch/arm/mach-exynos/common.c b/arch/arm/mach-exynos/common.c index d63d399..01e4089 100644 --- a/arch/arm/mach-exynos/common.c +++ b/arch/arm/mach-exynos/common.c @@ -23,7 +23,6 @@ #include #include #include -#include #include #include