From patchwork Tue Jan 7 05:53:15 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tushar Behera X-Patchwork-Id: 3445901 Return-Path: X-Original-To: patchwork-linux-samsung-soc@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 948E69F374 for ; Tue, 7 Jan 2014 05:57:19 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D0044200F3 for ; Tue, 7 Jan 2014 05:57:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E2F91200DB for ; Tue, 7 Jan 2014 05:57:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752013AbaAGF5R (ORCPT ); Tue, 7 Jan 2014 00:57:17 -0500 Received: from mail-pb0-f46.google.com ([209.85.160.46]:40717 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750854AbaAGF5R (ORCPT ); Tue, 7 Jan 2014 00:57:17 -0500 Received: by mail-pb0-f46.google.com with SMTP id md12so19369906pbc.19 for ; Mon, 06 Jan 2014 21:57:16 -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=Ip/0ogIP6G0XUwB/c7X1uI7BsfHkPYpPtKhs0gLig3M=; b=QbKgMi/Zqc1RIKLV6iw862GHqY8NQWBRbeI9mbNeLO1kM1mWa8XA6TWEmKjLar5wU2 XsLUeBZ9Gm46C9+w4xGwmzXgyUi4nXUWpsgf6HxXw+8jHccL9ytaqsfHglMXUjJBiPbm 2F0AYuhxeES7rIHvmZITJTlkydPqc/xMrfB9zzyjJP+XQoAIoNe6BCtHIa1QkS8O293a r4Iurh0TMxP9pYzLZ9q3CV2FYv4gZVGb+yW+1zuG/6VLYauH6dI1qm09FzWC3ZW6uVTC LCzDUSccK9GzO0m2ybQtrJOTdKsvR4BG30l9S8KHOhNGUPRlPBFimui1CnHCjAiKQmX0 dS1w== X-Gm-Message-State: ALoCoQls0zNwsilgSDb3c4dd7bk8QJyiwl4oIzmSKLNehNRGE+c1Df1aP/biycecL7kjzoSYVRVI X-Received: by 10.69.18.234 with SMTP id gp10mr130550306pbd.105.1389074236606; Mon, 06 Jan 2014 21:57:16 -0800 (PST) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id ic7sm133097303pbc.29.2014.01.06.21.57.12 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 06 Jan 2014 21:57:14 -0800 (PST) From: Tushar Behera To: linux-samsung-soc@vger.kernel.org Cc: kgene.kim@samsung.com, broonie@linaro.org, Sachin Kamat Subject: [PATCH V2 1/3] ARM: SAMSUNG: Remove platform dependency from samsung.S Date: Tue, 7 Jan 2014 11:23:15 +0530 Message-Id: <1389073997-30763-2-git-send-email-tushar.behera@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1389073997-30763-1-git-send-email-tushar.behera@linaro.org> References: <1388397640-720-1-git-send-email-tushar.behera@linaro.org> <1389073997-30763-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=-6.9 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 From: Sachin Kamat regs-serial.h only includes linux/serial_s3c.h. Include this header directly in samsung.S to remove unnecessary platform dependency. Signed-off-by: Sachin Kamat Signed-off-by: Tushar Behera --- arch/arm/include/debug/samsung.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/include/debug/samsung.S b/arch/arm/include/debug/samsung.S index f3a9cff..8d8d922 100644 --- a/arch/arm/include/debug/samsung.S +++ b/arch/arm/include/debug/samsung.S @@ -9,7 +9,7 @@ * published by the Free Software Foundation. */ -#include +#include /* The S5PV210/S5PC110 implementations are as belows. */