From patchwork Fri Dec 27 09:04:08 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 3408631 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 42ABEC02DC for ; Fri, 27 Dec 2013 09:07:43 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 51B0420144 for ; Fri, 27 Dec 2013 09:07:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7E9522013A for ; Fri, 27 Dec 2013 09:07:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754134Ab3L0JHk (ORCPT ); Fri, 27 Dec 2013 04:07:40 -0500 Received: from mail-pb0-f42.google.com ([209.85.160.42]:35745 "EHLO mail-pb0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754060Ab3L0JHj (ORCPT ); Fri, 27 Dec 2013 04:07:39 -0500 Received: by mail-pb0-f42.google.com with SMTP id uo5so9106670pbc.29 for ; Fri, 27 Dec 2013 01:07:39 -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; bh=xuF9DjopOD6sXk7SzBUoJaSKZZUBDqDFyzuUAHog6VU=; b=AEzuhUnmomBhm59jX1voYsYDWwzGKY1ef1nkBn9iml0jmrqQpyUr7h7dvRLFLG+bjG 0nyYUIPuu2oOBGv7DEfCVQ5Xqpd7WopM3xSWK4Tq5Kck+0chv3s0KQ9Fz+zLogVxgfqR qYYTz+WNSsT9YoBdSTBJ1rQlbwHCirTjO0u+rC1GaXD0Z26HreKd14aq8p4sVhvfE4p1 3jqNxcPcFmyhbW9DmT3OnKwcfZVQwqJZhpqsG/zYwA1ApfCj8HeAP54R//qK/0sXzAu5 OgiBeI/2/WCIR9262GuuvwHo0TJNWAZG0RNur0lBWvZYolEw7ZYhGCLComu90vrkMapK hPPg== X-Gm-Message-State: ALoCoQk8406RRCfz1QCPaHsACMxrHVAToMF3lu+t0yy83QuaWv9whRwRvcolGKrI0sgoo2SS+piU X-Received: by 10.68.230.228 with SMTP id tb4mr49629169pbc.108.1388135258952; Fri, 27 Dec 2013 01:07:38 -0800 (PST) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id tu3sm17683671pab.1.2013.12.27.01.07.36 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 27 Dec 2013 01:07:38 -0800 (PST) From: Sachin Kamat To: linux-samsung-soc@vger.kernel.org Cc: kgene.kim@samsung.com, sachin.kamat@linaro.org Subject: [PATCH 1/1] ARM: SAMSUNG: Remove platform dependency from samsung.S Date: Fri, 27 Dec 2013 14:34:08 +0530 Message-Id: <1388135048-12158-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 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.5 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 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 --- 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 f3a9cff6d5d4..8d8d922e5e44 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. */