From patchwork Fri Jan 3 09:24:39 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 3430721 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 3131FC02DC for ; Fri, 3 Jan 2014 09:28:34 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 2592120136 for ; Fri, 3 Jan 2014 09:28:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E15FA2012B for ; Fri, 3 Jan 2014 09:28:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751116AbaACJ2b (ORCPT ); Fri, 3 Jan 2014 04:28:31 -0500 Received: from mail-pb0-f52.google.com ([209.85.160.52]:40202 "EHLO mail-pb0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751086AbaACJ2a (ORCPT ); Fri, 3 Jan 2014 04:28:30 -0500 Received: by mail-pb0-f52.google.com with SMTP id uo5so15492198pbc.39 for ; Fri, 03 Jan 2014 01:28:29 -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=2h4yP+Nbbo55BWMs9tfpYHBHSjip1Q2QMja3J7KjdX4=; b=JuFFf4q9WlsZ2r8iTlFQR4Eh5q3ZEENMeyW4+K2MnGl7XTyqF9nqQh2yo4p497iOJ8 62ImF39+m4TGmQlTpN5ftmN2SsfCRJsxewN8wzisSuNhli7Wee5+a3Dhs9k6q03kuJ3k IRJbEijlPF0sg3afhx9Kbe/Qzlf3/Yty0U6ILPxeJ8ytvowLASNHvi6h2TFrFSwE2ZHZ l55IEv27xxeyzd8kucE9qb75GsEmA3iIxs1ZQ8gwq/C8mkDOqlR+3oHupLFYM6YZ00e5 cbqVSucxV/XVvK+Gu2wWUfEzN8JNEUHltATcluEFDAb5w91CXKAXpp7jg0b4hmtrJGh1 RwVw== X-Gm-Message-State: ALoCoQn4S4VadzjXLV92iaBQMe/TADITf6MiyXVK2vymTuhLrMtzTWDf6fWdEPYVFDb7eEsG9hfL X-Received: by 10.66.227.200 with SMTP id sc8mr34051820pac.35.1388741309811; Fri, 03 Jan 2014 01:28:29 -0800 (PST) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id pq1sm248528pbc.8.2014.01.03.01.28.27 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 03 Jan 2014 01:28:29 -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 3/3] ARM: EXYNOS: Remove hardware.h file Date: Fri, 3 Jan 2014 14:54:39 +0530 Message-Id: <1388741079-16202-3-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1388741079-16202-1-git-send-email-sachin.kamat@linaro.org> References: <1388741079-16202-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 This is a dummy placeholder file. Delete it. Signed-off-by: Sachin Kamat --- arch/arm/mach-exynos/include/mach/hardware.h | 18 ------------------ arch/arm/mach-exynos/platsmp.c | 2 -- 2 files changed, 20 deletions(-) delete mode 100644 arch/arm/mach-exynos/include/mach/hardware.h diff --git a/arch/arm/mach-exynos/include/mach/hardware.h b/arch/arm/mach-exynos/include/mach/hardware.h deleted file mode 100644 index 5109eb232f23..000000000000 --- a/arch/arm/mach-exynos/include/mach/hardware.h +++ /dev/null @@ -1,18 +0,0 @@ -/* linux/arch/arm/mach-exynos4/include/mach/hardware.h - * - * Copyright (c) 2010-2011 Samsung Electronics Co., Ltd. - * http://www.samsung.com - * - * EXYNOS4 - Hardware support - * - * 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_HARDWARE_H -#define __ASM_ARCH_HARDWARE_H __FILE__ - -/* currently nothing here, placeholder */ - -#endif /* __ASM_ARCH_HARDWARE_H */ diff --git a/arch/arm/mach-exynos/platsmp.c b/arch/arm/mach-exynos/platsmp.c index b681f899511d..7197d9ab9fcc 100644 --- a/arch/arm/mach-exynos/platsmp.c +++ b/arch/arm/mach-exynos/platsmp.c @@ -26,8 +26,6 @@ #include #include -#include - #include #include "common.h"