From patchwork Mon Nov 26 07:51:53 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Abraham X-Patchwork-Id: 1800691 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id 627A8DF2F9 for ; Mon, 26 Nov 2012 07:24:51 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1Tct1A-0002LN-EZ; Mon, 26 Nov 2012 07:22:12 +0000 Received: from mailout3.samsung.com ([203.254.224.33]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1Tct16-0002L4-Fc for linux-arm-kernel@lists.infradead.org; Mon, 26 Nov 2012 07:22:09 +0000 Received: from epcpsbgm1.samsung.com (epcpsbgm1 [203.254.230.26]) by mailout3.samsung.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0ME300B3234SK8R0@mailout3.samsung.com> for linux-arm-kernel@lists.infradead.org; Mon, 26 Nov 2012 16:22:04 +0900 (KST) X-AuditID: cbfee61a-b7fa66d0000004cf-7c-50b3189cdea4 Received: from epmmp2 ( [203.254.227.17]) by epcpsbgm1.samsung.com (EPCPMTA) with SMTP id 36.67.01231.C9813B05; Mon, 26 Nov 2012 16:22:04 +0900 (KST) Received: from localhost.localdomain ([107.108.73.37]) by mmp2.samsung.com (Oracle Communications Messaging Server 7u4-24.01 (7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTPA id <0ME3003AU34NPYB0@mmp2.samsung.com> for linux-arm-kernel@lists.infradead.org; Mon, 26 Nov 2012 16:22:04 +0900 (KST) From: Thomas Abraham To: linux-samsung-soc@vger.kernel.org Subject: [PATCH] ARM: Exynos: Remove unused regs-mem.h file Date: Mon, 26 Nov 2012 13:21:53 +0530 Message-id: <1353916313-14343-1-git-send-email-thomas.abraham@linaro.org> X-Mailer: git-send-email 1.6.6.rc2 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFjrOJMWRmVeSWpSXmKPExsVy+t9jQd05EpsDDCZtVrDY9PgaqwOjx+Yl 9QGMUVw2Kak5mWWpRfp2CVwZc59fZi04zVlxad0y5gbGPo4uRg4OCQETiSWNGV2MnECmmMSF e+vZuhi5OIQEpjNKPG78wwjhrGeSeDL/KBtIFZuAgcSjhe/YQWwRAVWJz20LwGxmAXuJeb/b GEGGCgtYS5zpjgUxWYBKnt6tA6ngFfCU+NX4mwVil5LEht6jTBMYuRcwMqxiFE0tSC4oTkrP NdQrTswtLs1L10vOz93ECPbeM6kdjCsbLA4xCnAwKvHwFp7YFCDEmlhWXJl7iFGCg1lJhHci E1CINyWxsiq1KD++qDQntfgQozQHi5I4b7NHSoCQQHpiSWp2ampBahFMlomDU6qBsT/HxWth c35++K85OW+dDt8+tvbq3Jenf8y24a0KnpXJfYLp7K4THsdqFyV+Vza9dO66sL/kN42j2VM9 HAQ3RLOKLZOIsFxx5eQTM4HNgk0Cl8/tE+ydHPtdW0QgWMb3g+CrRtZtHglWj9PaWj8WN2a3 /EzMvXuI38nixW7dPdf5pmS1N3TeUGIpzkg01GIuKk4EAIZGY+LaAQAA X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20121126_022208_864372_FB66732F X-CRM114-Status: GOOD ( 10.23 ) X-Spam-Score: -6.9 (------) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-6.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high trust [203.254.224.33 listed in list.dnswl.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: kgene.kim@samsung.com, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Remove the unused regs-mem.h file Signed-off-by: Thomas Abraham --- arch/arm/mach-exynos/include/mach/regs-mem.h | 23 ----------------------- 1 files changed, 0 insertions(+), 23 deletions(-) delete mode 100644 arch/arm/mach-exynos/include/mach/regs-mem.h diff --git a/arch/arm/mach-exynos/include/mach/regs-mem.h b/arch/arm/mach-exynos/include/mach/regs-mem.h deleted file mode 100644 index 0368b5a..0000000 --- a/arch/arm/mach-exynos/include/mach/regs-mem.h +++ /dev/null @@ -1,23 +0,0 @@ -/* linux/arch/arm/mach-exynos4/include/mach/regs-mem.h - * - * Copyright (c) 2010-2011 Samsung Electronics Co., Ltd. - * http://www.samsung.com - * - * EXYNOS4 - SROMC and DMC register definitions - * - * 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 - * published by the Free Software Foundation. -*/ - -#ifndef __ASM_ARCH_REGS_MEM_H -#define __ASM_ARCH_REGS_MEM_H __FILE__ - -#include - -#define S5P_DMC0_MEMCON_OFFSET 0x04 - -#define S5P_DMC0_MEMTYPE_SHIFT 8 -#define S5P_DMC0_MEMTYPE_MASK 0xF - -#endif /* __ASM_ARCH_REGS_MEM_H */