From patchwork Thu Jan 2 08:54:15 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 3424081 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 9A3EDC02DC for ; Thu, 2 Jan 2014 08:58:09 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 284BD200F3 for ; Thu, 2 Jan 2014 08:58:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 663A72013D for ; Thu, 2 Jan 2014 08:58:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751407AbaABI6F (ORCPT ); Thu, 2 Jan 2014 03:58:05 -0500 Received: from mail-pb0-f41.google.com ([209.85.160.41]:60236 "EHLO mail-pb0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751388AbaABI6F (ORCPT ); Thu, 2 Jan 2014 03:58:05 -0500 Received: by mail-pb0-f41.google.com with SMTP id jt11so14291627pbb.0 for ; Thu, 02 Jan 2014 00:58:04 -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=65G0u4+lvMBiW92/VsR9l4SMlGFppcGfbu+zXV7yhgc=; b=k2kpU4zxFPbB3EgGMQ3fY+CFqpCerB+f1pETGi6wpR+uuoae/Rmk4mGO5nIjuld3yw 6P6CUIJ2E/b7pG7m1nOnYZlFl3y+s1YrtpZlZHQa8YRzR5J2FQBzaUp5+KyHtIifRFg6 udNUMBL/kjnuxdKq8WDbnI/M7GsVqIgceYzI3W1Ru+94et6uoyU9CG1aBMsKy70D6W8u IU+4mXPzumZAVURDoP45heFBJzJ8XfHDHHuewz07MNk8B/SPd+fkoX8OEdfAsTf3aerg j0elOQR6VkgmvKMB6IJPthkuw9i0wU53bTLlnQ0ThizS95HjJ7PxDa3sD9ZFrmvTdDfR L58g== X-Gm-Message-State: ALoCoQma/7j/9TQnyhBiz1H8kGsFfAKkL7sn4+uibs57Wb07xkzXhSct5waQyekd2DWvKSFG97Zs X-Received: by 10.66.221.103 with SMTP id qd7mr85995754pac.44.1388653084542; Thu, 02 Jan 2014 00:58:04 -0800 (PST) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id fk4sm131428524pab.23.2014.01.02.00.58.02 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 02 Jan 2014 00:58:04 -0800 (PST) From: Sachin Kamat To: linux-samsung-soc@vger.kernel.org Cc: kgene.kim@samsung.com, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 2/5] ARM: S3C24XX: Remove incorrect file references Date: Thu, 2 Jan 2014 14:24:15 +0530 Message-Id: <1388652858-25337-2-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1388652858-25337-1-git-send-email-sachin.kamat@linaro.org> References: <1388652858-25337-1-git-send-email-sachin.kamat@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.4 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 The incorrect references are as a result of file/folder movements/renaming. Since the references do not convey any useful information, remove them altogether rather than fixing to ease future maintenance. Signed-off-by: Sachin Kamat --- arch/arm/mach-s3c24xx/clock-s3c244x.c | 3 +-- arch/arm/mach-s3c24xx/common-smdk.c | 3 +-- arch/arm/mach-s3c24xx/common.c | 3 +-- arch/arm/mach-s3c24xx/include/mach/pm-core.h | 5 ++--- arch/arm/mach-s3c24xx/irq-pm.c | 3 +-- arch/arm/mach-s3c24xx/pm.c | 3 +-- arch/arm/mach-s3c24xx/s3c244x.c | 3 +-- arch/arm/mach-s3c24xx/setup-i2c.c | 3 +-- arch/arm/mach-s3c24xx/setup-sdhci-gpio.c | 3 +-- arch/arm/mach-s3c24xx/setup-ts.c | 3 +-- arch/arm/mach-s3c24xx/simtec-audio.c | 3 +-- arch/arm/mach-s3c24xx/simtec-pm.c | 3 +-- arch/arm/mach-s3c24xx/sleep.S | 3 +-- 13 files changed, 14 insertions(+), 27 deletions(-) diff --git a/arch/arm/mach-s3c24xx/clock-s3c244x.c b/arch/arm/mach-s3c24xx/clock-s3c244x.c index 6d9b688c442b..b7da7454f135 100644 --- a/arch/arm/mach-s3c24xx/clock-s3c244x.c +++ b/arch/arm/mach-s3c24xx/clock-s3c244x.c @@ -1,5 +1,4 @@ -/* linux/arch/arm/plat-s3c24xx/s3c24xx-clock.c - * +/* * Copyright (c) 2004-2008 Simtec Electronics * http://armlinux.simtec.co.uk/ * Ben Dooks diff --git a/arch/arm/mach-s3c24xx/common-smdk.c b/arch/arm/mach-s3c24xx/common-smdk.c index 0a84a9c9f429..b31d70cada72 100644 --- a/arch/arm/mach-s3c24xx/common-smdk.c +++ b/arch/arm/mach-s3c24xx/common-smdk.c @@ -1,5 +1,4 @@ -/* linux/arch/arm/plat-s3c24xx/common-smdk.c - * +/* * Copyright (c) 2006 Simtec Electronics * Ben Dooks * diff --git a/arch/arm/mach-s3c24xx/common.c b/arch/arm/mach-s3c24xx/common.c index 4adaa4b43ffe..967cb8661206 100644 --- a/arch/arm/mach-s3c24xx/common.c +++ b/arch/arm/mach-s3c24xx/common.c @@ -1,5 +1,4 @@ -/* linux/arch/arm/plat-s3c24xx/cpu.c - * +/* * Copyright (c) 2004-2005 Simtec Electronics * http://www.simtec.co.uk/products/SWLINUX/ * Ben Dooks diff --git a/arch/arm/mach-s3c24xx/include/mach/pm-core.h b/arch/arm/mach-s3c24xx/include/mach/pm-core.h index 2eef7e6f7675..e5a23cc5029a 100644 --- a/arch/arm/mach-s3c24xx/include/mach/pm-core.h +++ b/arch/arm/mach-s3c24xx/include/mach/pm-core.h @@ -1,10 +1,9 @@ -/* linux/arch/arm/mach-s3c2410/include/pm-core.h - * +/* * Copyright 2008 Simtec Electronics * Ben Dooks * http://armlinux.simtec.co.uk/ * - * S3C24xx - PM core support for arch/arm/plat-s3c/pm.c + * S3C24xx - PM core support for arch/arm/plat-samsung/pm.c * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/arch/arm/mach-s3c24xx/irq-pm.c b/arch/arm/mach-s3c24xx/irq-pm.c index b91341ef2b2e..1cd4129cc48a 100644 --- a/arch/arm/mach-s3c24xx/irq-pm.c +++ b/arch/arm/mach-s3c24xx/irq-pm.c @@ -1,5 +1,4 @@ -/* linux/arch/arm/plat-s3c24xx/irq-om.c - * +/* * Copyright (c) 2003-2004 Simtec Electronics * Ben Dooks * http://armlinux.simtec.co.uk/ diff --git a/arch/arm/mach-s3c24xx/pm.c b/arch/arm/mach-s3c24xx/pm.c index 2baa887b28d2..c88875a5eb87 100644 --- a/arch/arm/mach-s3c24xx/pm.c +++ b/arch/arm/mach-s3c24xx/pm.c @@ -1,5 +1,4 @@ -/* linux/arch/arm/plat-s3c24xx/pm.c - * +/* * Copyright (c) 2004-2006 Simtec Electronics * Ben Dooks * diff --git a/arch/arm/mach-s3c24xx/s3c244x.c b/arch/arm/mach-s3c24xx/s3c244x.c index 911b555029fc..719f51d8e630 100644 --- a/arch/arm/mach-s3c24xx/s3c244x.c +++ b/arch/arm/mach-s3c24xx/s3c244x.c @@ -1,5 +1,4 @@ -/* linux/arch/arm/plat-s3c24xx/s3c244x.c - * +/* * Copyright (c) 2004-2006 Simtec Electronics * Ben Dooks * diff --git a/arch/arm/mach-s3c24xx/setup-i2c.c b/arch/arm/mach-s3c24xx/setup-i2c.c index 3d1fd5ce24e5..d66335144b1f 100644 --- a/arch/arm/mach-s3c24xx/setup-i2c.c +++ b/arch/arm/mach-s3c24xx/setup-i2c.c @@ -1,5 +1,4 @@ -/* linux/arch/arm/plat-s3c24xx/setup-i2c.c - * +/* * Copyright 2008 Simtec Electronics * Ben Dooks * diff --git a/arch/arm/mach-s3c24xx/setup-sdhci-gpio.c b/arch/arm/mach-s3c24xx/setup-sdhci-gpio.c index 2835241f732a..2c876edf27f0 100644 --- a/arch/arm/mach-s3c24xx/setup-sdhci-gpio.c +++ b/arch/arm/mach-s3c24xx/setup-sdhci-gpio.c @@ -1,5 +1,4 @@ -/* linux/arch/arm/plat-s3c2416/setup-sdhci-gpio.c - * +/* * Copyright 2010 Promwad Innovation Company * Yauhen Kharuzhy * diff --git a/arch/arm/mach-s3c24xx/setup-ts.c b/arch/arm/mach-s3c24xx/setup-ts.c index 1ea4056f6fdc..85858c769450 100644 --- a/arch/arm/mach-s3c24xx/setup-ts.c +++ b/arch/arm/mach-s3c24xx/setup-ts.c @@ -1,5 +1,4 @@ -/* linux/arch/arm/plat-s3c24xx/setup-ts.c - * +/* * Copyright (c) 2010 Samsung Electronics Co., Ltd. * http://www.samsung.com/ * diff --git a/arch/arm/mach-s3c24xx/simtec-audio.c b/arch/arm/mach-s3c24xx/simtec-audio.c index 67cb5120dfeb..538d51637538 100644 --- a/arch/arm/mach-s3c24xx/simtec-audio.c +++ b/arch/arm/mach-s3c24xx/simtec-audio.c @@ -1,5 +1,4 @@ -/* linux/arch/arm/plat-s3c24xx/simtec-audio.c - * +/* * Copyright (c) 2009 Simtec Electronics * http://armlinux.simtec.co.uk/ * Ben Dooks diff --git a/arch/arm/mach-s3c24xx/simtec-pm.c b/arch/arm/mach-s3c24xx/simtec-pm.c index 38a2f1fdebab..fc9cddbd699f 100644 --- a/arch/arm/mach-s3c24xx/simtec-pm.c +++ b/arch/arm/mach-s3c24xx/simtec-pm.c @@ -1,5 +1,4 @@ -/* linux/arch/arm/plat-s3c24xx/pm-simtec.c - * +/* * Copyright 2004 Simtec Electronics * Ben Dooks * diff --git a/arch/arm/mach-s3c24xx/sleep.S b/arch/arm/mach-s3c24xx/sleep.S index 7f378b662da6..e8f45672141a 100644 --- a/arch/arm/mach-s3c24xx/sleep.S +++ b/arch/arm/mach-s3c24xx/sleep.S @@ -1,5 +1,4 @@ -/* linux/arch/arm/plat-s3c24xx/sleep.S - * +/* * Copyright (c) 2004 Simtec Electronics * Ben Dooks *