From patchwork Mon Dec 30 10:00:36 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tushar Behera X-Patchwork-Id: 3418391 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 BA259C02DC for ; Mon, 30 Dec 2013 10:04:46 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id EA51F2010B for ; Mon, 30 Dec 2013 10:04:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3C62A20107 for ; Mon, 30 Dec 2013 10:04:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754577Ab3L3KEb (ORCPT ); Mon, 30 Dec 2013 05:04:31 -0500 Received: from mail-pd0-f181.google.com ([209.85.192.181]:48027 "EHLO mail-pd0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754424Ab3L3KEa (ORCPT ); Mon, 30 Dec 2013 05:04:30 -0500 Received: by mail-pd0-f181.google.com with SMTP id p10so11127861pdj.40 for ; Mon, 30 Dec 2013 02:04:30 -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=T5sZY6L+A9iTAwIyjPkzeG/iGN7oou7eIi1EbZopJeI=; b=FlWLZNwgQxViZq/+Kxo6SfMqfORiRZNpGDFb3dWnwi6Z18eDgXIVfG+wb2AvQqzQYd P8nP6qmLIGROe5rRTaA69O6tNTE62KmI96lPwA1HfKZfCU6gviwo7QTdv0xMw3EygIUX FzKSlTITzpYNrOURBycloETvQ6Idt5t4SXrBLjs7BHCkeGPMOkXKtjkm6Pg1INc5nNtG 1Ru72wwGTYm9712bozPiTRZ6CoYRpITcm+oxDxNm5zXvTLsXkD4n+sB+AcDwfD7TwnlU qyKag747Yf5I/HTdDGbnyfXCYCQd25aZHykkp3AXZ6lrnUMcR4ovFXE+9RyTJ5++tv3z lSFQ== X-Gm-Message-State: ALoCoQnYH8IqYNgg2wPRWFojExKR7GgtK+UHDGRMtHNkb48WBykgbV5GYaZGGTj3kGwBVQLbLGhT X-Received: by 10.66.129.169 with SMTP id nx9mr67174327pab.130.1388397870489; Mon, 30 Dec 2013 02:04:30 -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.28 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 30 Dec 2013 02:04:29 -0800 (PST) From: Tushar Behera To: linux-samsung-soc@vger.kernel.org Cc: kgene.kim@samsung.com Subject: [PATCH 5/9] ARM: S5PC100: Replace inclusion of plat/regs-serial.h header file Date: Mon, 30 Dec 2013 15:30:36 +0530 Message-Id: <1388397640-720-6-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-s5pc100/common.c | 2 +- arch/arm/mach-s5pc100/include/mach/debug-macro.S | 2 +- arch/arm/mach-s5pc100/mach-smdkc100.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-s5pc100/common.c b/arch/arm/mach-s5pc100/common.c index c5a8eea..6a41bf7 100644 --- a/arch/arm/mach-s5pc100/common.c +++ b/arch/arm/mach-s5pc100/common.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #include #include @@ -49,7 +50,6 @@ #include #include #include -#include #include #include "common.h" diff --git a/arch/arm/mach-s5pc100/include/mach/debug-macro.S b/arch/arm/mach-s5pc100/include/mach/debug-macro.S index 66cb7f1..22c2385 100644 --- a/arch/arm/mach-s5pc100/include/mach/debug-macro.S +++ b/arch/arm/mach-s5pc100/include/mach/debug-macro.S @@ -13,8 +13,8 @@ /* pull in the relevant register and map files. */ +#include #include -#include /* note, for the boot process to work we have to keep the UART * virtual address aligned to an 1MiB boundary for the L1 diff --git a/arch/arm/mach-s5pc100/mach-smdkc100.c b/arch/arm/mach-s5pc100/mach-smdkc100.c index 9e256b9..668af3a 100644 --- a/arch/arm/mach-s5pc100/mach-smdkc100.c +++ b/arch/arm/mach-s5pc100/mach-smdkc100.c @@ -16,6 +16,7 @@ #include #include #include +#include #include #include #include @@ -37,7 +38,6 @@ #include #include -#include #include #include