From patchwork Mon Jan 1 12:06:52 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gilad Ben-Yossef X-Patchwork-Id: 123060 Delivered-To: patch@linaro.org Received: by 10.140.22.227 with SMTP id 90csp7799302qgn; Mon, 1 Jan 2018 04:12:21 -0800 (PST) X-Google-Smtp-Source: ACJfBou1VHQIlk/f3z/2ql3o3FtcWwE1HQm714Wp/a8gb6U8wgccAh3wldrIC0s14jp+zR8I/tKj X-Received: by 10.101.97.16 with SMTP id z16mr8846933pgu.44.1514808741853; Mon, 01 Jan 2018 04:12:21 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1514808741; cv=none; d=google.com; s=arc-20160816; b=mOHOv60eR1h+G/4stVxI82SLSlxpYEeDB06r2doyIS9Y1r/x3+naGYojNH2SYCkJPY 4FKjbwqQ7m9QgBE3bYSZzu8fHcBUmcd1wJmHducqxAxBkKn2jgT5ZfwLtnckRPhvhtJa BD4tAajo9t1Bg2TXfI/g3QmTcMUEuJweEZbXfjBx0AUNgR3v9EfU/dV3j9Y2WSB7dUtm cIpdg0xXrR4n7jFrAblAr45eRGTOksqBmmHX6sy2gdqVbTUXzLE5246xhy2a58eIP1OD QlgSl/zMhBhI0p7v/QCluCmqqLVOMDJUe1QIdub9steda3lnU8C7jO8MkfTVP6wOcNeW I2rw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=0tTA+lBUM4lA0Vlgwe1uh52htiB6Lrj6DrbpvFyWizY=; b=sgBbRXi3cp4OZ3ouf/xCJ2s3NmWf6LFd/lM7ldib48dzSlKT/QIUJ3muN8hYlk7oHI 5LQzbOM+3sN848zWiWuSKtlc4ZgUAXXBCHjrV8iVkMEN9wVCxtUxNu8bTZgZWnC8dvnc K/RJbXsysQDLMxMtX96ezGIlZVq0fq6/RFzOcg8i3YQHkpFAfs2tVm1ih4JLYR8+w/9Z 1ZgTyOxLKio6ijHmZ9uuQIHx1zsGCkQBf3SMuvha3nIFnWFAPpBq6KYPwBbeRtKWLN2H nzwRqvWTJgpm9ysNW60QbDV7xWcJagK73Wz0YyLE4RBWfh2gDr73ZDaR+2RH3kdJvLA6 GuaA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o62si28916716pga.272.2018.01.01.04.12.21; Mon, 01 Jan 2018 04:12:21 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751625AbeAAMME (ORCPT + 28 others); Mon, 1 Jan 2018 07:12:04 -0500 Received: from foss.arm.com ([217.140.101.70]:59292 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751394AbeAAMLx (ORCPT ); Mon, 1 Jan 2018 07:11:53 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 8A63680D; Mon, 1 Jan 2018 04:11:53 -0800 (PST) Received: from sugar.kfn.arm.com (unknown [10.45.48.158]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id DD3403F24A; Mon, 1 Jan 2018 04:11:51 -0800 (PST) From: Gilad Ben-Yossef To: Greg Kroah-Hartman Cc: Ofir Drang , linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org, driverdev-devel@linuxdriverproject.org, devel@driverdev.osuosl.org Subject: [PATCH 25/26] staging: ccree: remove unneeded includes Date: Mon, 1 Jan 2018 12:06:52 +0000 Message-Id: <1514808421-21993-26-git-send-email-gilad@benyossef.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1514808421-21993-1-git-send-email-gilad@benyossef.com> References: <1514808421-21993-1-git-send-email-gilad@benyossef.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Remove include files not needed for compilation. Signed-off-by: Gilad Ben-Yossef --- drivers/staging/ccree/cc_aead.c | 7 ------- drivers/staging/ccree/cc_buffer_mgr.c | 6 ------ drivers/staging/ccree/cc_cipher.c | 4 ---- drivers/staging/ccree/cc_driver.c | 31 ------------------------------- drivers/staging/ccree/cc_hash.c | 2 -- drivers/staging/ccree/cc_ivgen.c | 1 - drivers/staging/ccree/cc_pm.c | 2 -- drivers/staging/ccree/cc_request_mgr.c | 5 ----- 8 files changed, 58 deletions(-) -- 2.7.4 diff --git a/drivers/staging/ccree/cc_aead.c b/drivers/staging/ccree/cc_aead.c index 73f6497..63bf6c06 100644 --- a/drivers/staging/ccree/cc_aead.c +++ b/drivers/staging/ccree/cc_aead.c @@ -3,18 +3,11 @@ #include #include -#include #include -#include -#include #include -#include -#include #include -#include #include #include -#include #include "cc_driver.h" #include "cc_buffer_mgr.h" #include "cc_aead.h" diff --git a/drivers/staging/ccree/cc_buffer_mgr.c b/drivers/staging/ccree/cc_buffer_mgr.c index 7f5b671..64411e5 100644 --- a/drivers/staging/ccree/cc_buffer_mgr.c +++ b/drivers/staging/ccree/cc_buffer_mgr.c @@ -1,17 +1,11 @@ // SPDX-License-Identifier: GPL-2.0 // Copyright (C) 2012-2017 ARM Limited or its affiliates. -#include -#include -#include #include -#include #include #include #include #include -#include -#include #include "cc_buffer_mgr.h" #include "cc_lli_defs.h" diff --git a/drivers/staging/ccree/cc_cipher.c b/drivers/staging/ccree/cc_cipher.c index 5be2be8..9cec116 100644 --- a/drivers/staging/ccree/cc_cipher.c +++ b/drivers/staging/ccree/cc_cipher.c @@ -3,12 +3,8 @@ #include #include -#include -#include #include #include -#include -#include #include #include #include diff --git a/drivers/staging/ccree/cc_driver.c b/drivers/staging/ccree/cc_driver.c index 1077471..bb27897 100644 --- a/drivers/staging/ccree/cc_driver.c +++ b/drivers/staging/ccree/cc_driver.c @@ -5,43 +5,12 @@ #include #include -#include -#include -#include -#include -#include -#include -#include - -#include #include #include -#include -#include #include -#include -#include -#include -#include -#include -#include -#include #include -#include -#include -#include -#include -#include #include #include -#include - -/* cache.h required for L1_CACHE_ALIGN() and cache_line_size() */ -#include -#include -#include -#include -#include #include #include #include diff --git a/drivers/staging/ccree/cc_hash.c b/drivers/staging/ccree/cc_hash.c index aa72a38..6753c11 100644 --- a/drivers/staging/ccree/cc_hash.c +++ b/drivers/staging/ccree/cc_hash.c @@ -3,10 +3,8 @@ #include #include -#include #include #include -#include #include #include diff --git a/drivers/staging/ccree/cc_ivgen.c b/drivers/staging/ccree/cc_ivgen.c index 3c1cfa5..b4a30ae 100644 --- a/drivers/staging/ccree/cc_ivgen.c +++ b/drivers/staging/ccree/cc_ivgen.c @@ -1,7 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 // Copyright (C) 2012-2017 ARM Limited or its affiliates. -#include #include #include "cc_driver.h" #include "cc_ivgen.h" diff --git a/drivers/staging/ccree/cc_pm.c b/drivers/staging/ccree/cc_pm.c index bc8bfa2..4f87b89 100644 --- a/drivers/staging/ccree/cc_pm.c +++ b/drivers/staging/ccree/cc_pm.c @@ -2,9 +2,7 @@ // Copyright (C) 2012-2017 ARM Limited or its affiliates. #include -#include #include -#include #include #include "cc_driver.h" #include "cc_buffer_mgr.h" diff --git a/drivers/staging/ccree/cc_request_mgr.c b/drivers/staging/ccree/cc_request_mgr.c index 93e0025..d59bdce 100644 --- a/drivers/staging/ccree/cc_request_mgr.c +++ b/drivers/staging/ccree/cc_request_mgr.c @@ -2,11 +2,6 @@ // Copyright (C) 2012-2017 ARM Limited or its affiliates. #include -#include -#include -#include -#include -#include #include "cc_driver.h" #include "cc_buffer_mgr.h" #include "cc_request_mgr.h"