From patchwork Wed Jan 3 13:35:32 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: 123324 Delivered-To: patch@linaro.org Received: by 10.140.22.227 with SMTP id 90csp10184883qgn; Wed, 3 Jan 2018 05:41:07 -0800 (PST) X-Google-Smtp-Source: ACJfBouV+DDW5lOhFrJpMp9ED2wIs05nfXUhIfSKVl/YHv+/veoWj4vIJXJV7ITYcoyoEi0WmiPl X-Received: by 10.84.142.1 with SMTP id 1mr1430990plw.254.1514986867292; Wed, 03 Jan 2018 05:41:07 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1514986867; cv=none; d=google.com; s=arc-20160816; b=jdr2wTWV/9tYooYKkyMV/a0h6GGLuxL4cHS0Gnh+V+qkqjhjnw9iAlsUGHfwJFXKR+ 4m2DMcM1d6+9oeP4F7O65doKeaMCoupxgQLvx7tfCOyDZs5/ZSo9Hg24ShlfbnybQ9wN lKVO1DZvS3d1k/P/C0W/A7mwO0m7zQsG+xFoJjDCGyhJjPCuMSsiTajXuTbVYgGDouNJ urWlhjzFw/OCUm9GHvLZyIgavIzYyeFXQOwer+htbp0OoUb6mMPg+og+qli3HxB+jPel PXuw8mPYVmm8/EFvjxTAmXDRjioeejVJSnPc4SsxiXEpaHgQvN/zjSuNaQhGRzxN4S/0 lbfw== 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=h3kryki5Fxkk1PZFNZjGkCtdILVLgjYs5jHLkchTruM=; b=0/9PojCJsscxtdN4aTEYZDsBFSLMpzLmvrTXRgjmQhK+B0w0WPJoL9c+lYpXhqC7Rq HYoZ2J3dKNQlfjryGwUbQz0mra18aZfMdJDD9zey0MsL4DwX/ZTGwibstKV7jV7RhQr4 ZGFCeCTZxeGcshtnAnhyZQIxGtnUN84te24J//fynQP8iAy7UjLaPWb7+3dRXx7/GUD8 Srv9sLVoejgUrsdxU0YGYxXr/2s1diheVigN0qe0hhhH4/9FdjSSBzZos+N9yyh990Ex 7tgV/bmNu4Z1WFWnC2/3y/Qc5OYduxjpcVu0AR/982vGb1HFw71NIzG7axTXTgjzDROI e3gw== 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 z2si720695plk.106.2018.01.03.05.41.07; Wed, 03 Jan 2018 05:41:07 -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 S1752665AbeACNlD (ORCPT + 28 others); Wed, 3 Jan 2018 08:41:03 -0500 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:50282 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751707AbeACNky (ORCPT ); Wed, 3 Jan 2018 08:40:54 -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 576C21529; Wed, 3 Jan 2018 05:40:52 -0800 (PST) Received: from sugar.kfn.arm.com (unknown [10.45.48.137]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id C718E3F24A; Wed, 3 Jan 2018 05:40:50 -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 v2 25/27] staging: ccree: remove unneeded includes Date: Wed, 3 Jan 2018 13:35:32 +0000 Message-Id: <1514986544-5888-26-git-send-email-gilad@benyossef.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1514986544-5888-1-git-send-email-gilad@benyossef.com> References: <1514986544-5888-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 0560cc9..494f973 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 13275eb..85408ca 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-only /* Copyright (C) 2012-2018 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 37635aa..a768710 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 ddf0cb8..0197aa2 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 c47084b..de49314 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 892cd78..5defe1f 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-only /* Copyright (C) 2012-2018 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 8a28cfd..273216d 100644 --- a/drivers/staging/ccree/cc_pm.c +++ b/drivers/staging/ccree/cc_pm.c @@ -2,9 +2,7 @@ /* Copyright (C) 2012-2018 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 eacf944..fe62dd8 100644 --- a/drivers/staging/ccree/cc_request_mgr.c +++ b/drivers/staging/ccree/cc_request_mgr.c @@ -2,11 +2,6 @@ /* Copyright (C) 2012-2018 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"