From patchwork Sat May 10 07:18:05 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: y@samsung.com X-Patchwork-Id: 4147031 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 404839F23C for ; Sat, 10 May 2014 07:00:39 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 439FC201FA for ; Sat, 10 May 2014 07:00:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6B488201B4 for ; Sat, 10 May 2014 07:00:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754084AbaEJHAK (ORCPT ); Sat, 10 May 2014 03:00:10 -0400 Received: from mailout4.samsung.com ([203.254.224.34]:35401 "EHLO mailout4.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752845AbaEJG75 (ORCPT ); Sat, 10 May 2014 02:59:57 -0400 Received: from epcpsbgm2.samsung.com (epcpsbgm2 [203.254.230.27]) by mailout4.samsung.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0N5C00DACJFUVG90@mailout4.samsung.com>; Sat, 10 May 2014 15:59:54 +0900 (KST) X-AuditID: cbfee61b-b7f766d00000646c-f7-536dce6a6797 Received: from epmmp1.local.host ( [203.254.227.16]) by epcpsbgm2.samsung.com (EPCPMTA) with SMTP id 40.01.25708.A6ECD635; Sat, 10 May 2014 15:59:54 +0900 (KST) Received: from localhost.localdomain ([12.36.165.191]) by mmp1.samsung.com (Oracle Communications Messaging Server 7u4-24.01 (7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTPA id <0N5C00D1WJFNLT70@mmp1.samsung.com>; Sat, 10 May 2014 15:59:54 +0900 (KST) From: y@samsung.com To: linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: kgene.kim@samsung.com, t.figa@samsung.com, arnd@arndb.de, Pankaj Dubey Subject: [PATCH v3 4/6] ARM: EXYNOS: Remove unused header inclusion from hotplug.c Date: Sat, 10 May 2014 16:18:05 +0900 Message-id: <1399706287-13919-5-git-send-email-y@samsung.com> X-Mailer: git-send-email 1.7.9.5 In-reply-to: <1399706287-13919-1-git-send-email-y@samsung.com> References: <1399706287-13919-1-git-send-email-y@samsung.com> X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFupiluLIzCtJLcpLzFFi42I5/e+xgG7Wudxggz/rFC3+TjrGbtG74Cqb xabH11gtLu+aw2Yx4/w+JotFW7+wW6yf8ZrFgd3j969JjB6bl9R79G1ZxejxeZNcAEsUl01K ak5mWWqRvl0CV8bX3zNYCz6wVLz9bNfA2MXSxcjBISFgInH7j3IXIyeQKSZx4d56ti5GLg4h gUWMEieWzGGFcNqYJM4ufcUO0sAmICwx9YAWSIOIQLbElcb7zCA2s0C6xIO3E1hBbGGBUIml s/pZQGwWAVWJuwf2sIHYvAK2Ehfvz2OF2KsgMWeSDUiYU8BO4tq2ZrByIaCSKUcPM05g5F3A yLCKUTS1ILmgOCk910ivODG3uDQvXS85P3cTIziEnknvYFzVYHGIUYCDUYmHt/BtTrAQa2JZ cWXuIUYJDmYlEd4VB3ODhXhTEiurUovy44tKc1KLDzFKc7AoifMebLUOFBJITyxJzU5NLUgt gskycXBKNTBy5vdN06nOPKjPFOvfL/aaofahZWBkl3S+7EzFC/29fzw1XMNvLsnyMbv08eq3 PdaMigc4e6/m89wSq3dcxXXv/zyZJoZ1vCdZv7ucW7bFWc7Q+dWNpLmdKWvfcnH1tR3Nnr85 UF3Klf0gv/PqwOy5a+tnL5jx/8RJxd22uvLqemmRCac6NJRYijMSDbWYi4oTAYRaEysdAgAA 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=unavailable 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: Pankaj Dubey This patch removed "plat/cpu.h" inclusion from hotplug.c as it is not required. Signed-off-by: Pankaj Dubey --- arch/arm/mach-exynos/hotplug.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/mach-exynos/hotplug.c b/arch/arm/mach-exynos/hotplug.c index 0243ef3..5e19601 100644 --- a/arch/arm/mach-exynos/hotplug.c +++ b/arch/arm/mach-exynos/hotplug.c @@ -19,8 +19,6 @@ #include #include -#include - #include "common.h" #include "regs-pmu.h"