From patchwork Mon Dec 30 10:00:35 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tushar Behera X-Patchwork-Id: 3418381 Return-Path: X-Original-To: patchwork-linux-samsung-soc@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 5C16AC02DC for ; Mon, 30 Dec 2013 10:04:38 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 3CC322010B for ; Mon, 30 Dec 2013 10:04:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6C4C5200F2 for ; Mon, 30 Dec 2013 10:04:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754511Ab3L3KE3 (ORCPT ); Mon, 30 Dec 2013 05:04:29 -0500 Received: from mail-pa0-f44.google.com ([209.85.220.44]:39503 "EHLO mail-pa0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754424Ab3L3KE2 (ORCPT ); Mon, 30 Dec 2013 05:04:28 -0500 Received: by mail-pa0-f44.google.com with SMTP id fa1so11462462pad.17 for ; Mon, 30 Dec 2013 02:04:28 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=dirULh42+nAtdHntpz1A/rzFiwSeV5ny9TUOpnrEA1w=; b=diICKHv++2R4IhW0mwC1vjx0arDcu6o5rvFVH5LYBcf/us2PsiD/7QAW9PnGBazFC9 lE3ZBFgy68paehhDMzDQUYW1pFKQ4RU8Vv7nKTHM0NEd6YigXeLTyWnmCdz8KTl3Nkkg XzQKy2555XH+HY9c/XPxlM60oyGgtPpyew71NZLXRwPrZhAbuJ1vogwYVvShY4neBMLE 6QUWmMe540NsCul1F+ZEkQtiGSbBjJ0ZhXKDDrFee2++ukkeHYWwbGa9OnyZ2PuS6rvs uzmbVfrzNZZo8+ADML1GiPMH6R6y+SLgE2heul0NT9Ahf9IB2RtiZ/n1H+d7GuYYSMcM euLQ== X-Gm-Message-State: ALoCoQl19Y8T1RgsjKeNyJcJkVfiIad/75sYelbjAfHJ7qJHzaHVO+FJ3UJnanV+zIYNQC8vJc9L X-Received: by 10.66.230.233 with SMTP id tb9mr67299033pac.38.1388397868379; Mon, 30 Dec 2013 02:04:28 -0800 (PST) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id ka3sm80345008pbc.32.2013.12.30.02.04.25 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 30 Dec 2013 02:04:27 -0800 (PST) From: Tushar Behera To: linux-samsung-soc@vger.kernel.org Cc: kgene.kim@samsung.com Subject: [PATCH 4/9] ARM: S5P64X0: Replace inclusion of plat/regs-serial.h header file Date: Mon, 30 Dec 2013 15:30:35 +0530 Message-Id: <1388397640-720-5-git-send-email-tushar.behera@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1388397640-720-1-git-send-email-tushar.behera@linaro.org> References: <1388397640-720-1-git-send-email-tushar.behera@linaro.org> Sender: linux-samsung-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org X-Spam-Status: No, score=-7.0 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Tushar Behera --- arch/arm/mach-s5p64x0/common.c | 2 +- arch/arm/mach-s5p64x0/include/mach/debug-macro.S | 3 +-- arch/arm/mach-s5p64x0/irq-pm.c | 2 +- arch/arm/mach-s5p64x0/mach-smdk6440.c | 2 +- arch/arm/mach-s5p64x0/mach-smdk6450.c | 2 +- 5 files changed, 5 insertions(+), 6 deletions(-) diff --git a/arch/arm/mach-s5p64x0/common.c b/arch/arm/mach-s5p64x0/common.c index 42e14f2..eb2ad14 100644 --- a/arch/arm/mach-s5p64x0/common.c +++ b/arch/arm/mach-s5p64x0/common.c @@ -19,6 +19,7 @@ #include #include #include +#include #include #include #include @@ -50,7 +51,6 @@ #include #include #include -#include #include #include "common.h" diff --git a/arch/arm/mach-s5p64x0/include/mach/debug-macro.S b/arch/arm/mach-s5p64x0/include/mach/debug-macro.S index 5e2916f..8759e78 100644 --- a/arch/arm/mach-s5p64x0/include/mach/debug-macro.S +++ b/arch/arm/mach-s5p64x0/include/mach/debug-macro.S @@ -10,11 +10,10 @@ /* pull in the relevant register and map files. */ +#include #include #include -#include - .macro addruart, rp, rv, tmp mov \rp, #0xE0000000 orr \rp, \rp, #0x00100000 diff --git a/arch/arm/mach-s5p64x0/irq-pm.c b/arch/arm/mach-s5p64x0/irq-pm.c index 3e6f245..1c83d28 100644 --- a/arch/arm/mach-s5p64x0/irq-pm.c +++ b/arch/arm/mach-s5p64x0/irq-pm.c @@ -14,9 +14,9 @@ #include #include +#include #include -#include #include #include diff --git a/arch/arm/mach-s5p64x0/mach-smdk6440.c b/arch/arm/mach-s5p64x0/mach-smdk6440.c index 9efdcc0..6840e19 100644 --- a/arch/arm/mach-s5p64x0/mach-smdk6440.c +++ b/arch/arm/mach-s5p64x0/mach-smdk6440.c @@ -17,6 +17,7 @@ #include #include #include +#include #include #include #include @@ -39,7 +40,6 @@ #include #include -#include #include #include #include diff --git a/arch/arm/mach-s5p64x0/mach-smdk6450.c b/arch/arm/mach-s5p64x0/mach-smdk6450.c index c3cacc0..fa1341c 100644 --- a/arch/arm/mach-s5p64x0/mach-smdk6450.c +++ b/arch/arm/mach-s5p64x0/mach-smdk6450.c @@ -17,6 +17,7 @@ #include #include #include +#include #include #include #include @@ -39,7 +40,6 @@ #include #include -#include #include #include #include