From patchwork Tue Jan 9 10:24:30 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: 123863 Delivered-To: patch@linaro.org Received: by 10.80.140.226 with SMTP id r31csp280148edr; Tue, 9 Jan 2018 02:26:08 -0800 (PST) X-Google-Smtp-Source: ACJfBotVANOb6DFlFiFgiAwhYVUi9IPK+XzqSint5Vu0hPQ2VcHoP4qyh3DHm0XgFKELy1zr46+Y X-Received: by 10.98.172.7 with SMTP id v7mr13344428pfe.181.1515493567998; Tue, 09 Jan 2018 02:26:07 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1515493567; cv=none; d=google.com; s=arc-20160816; b=UKsHVKb4GGSUIGyMpFKAlhWGzQsKZW7XspF6ywLbz0OOBiPtI/KJ+rPxHmY6AUFT7d tZlTo0W2dAgA+7J8D1S2n0XK5xjnXRPg0GSZh+nGcVb9CCSDSQSJ46napG5CICyw6iK8 Vj7rknWTbpDzaT/ZV9OrxGSKuIjOxe3tOjzEvW3o8TcDZjY4/bai86FG5P+WNkIkOLMA pmPWt/eJeAdPmyULaa4/r1/r3jOMmq7H7zr5RW1D3L3PC0WaIlmpN73/QpqKFXkrKOub kBIvPUhF2zDZV4EazZvvO8+5C57zhR2ew28lSk5LPUEa7gvnTl4/wLNtfTOaVHy57XRr Rm7g== 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=FhFIJVvIfvfUQMSHMYmBRJVZEHLCgB4W1NukUVrkbTA=; b=k+OX4rsiwjsuDHFrol//zXWmy3i7Y/TSW1QhLaOLO7x+Jvx5sprpP7TMrvCxP8DCb9 4vnka1X8jd1Jlh1vx9qieJaRrgWBbImbV6S04a1daiXq2wfB4VAHgIEd38kx1yGh1ROO rvJpwEZCNd7EH7RbA/6Ba3e5/UzHwn0cuYeIkwodgSCb+uP8X6SCzutjmB3joISUngLP 0kF7TOIU0wmE0fwU4ZrRrMXX4qGNWB88q3559boZT5gpB8SxyAFEcBmF/m6bNh5S+h1s 8cmzf7QvsDFjKMNDh0p5WuZZ4qFyV3FzEDed+1WOWGi0G9GWeqEO4wDehgASAX3eFq15 mXRQ== 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 y77si2540419pfd.136.2018.01.09.02.26.07; Tue, 09 Jan 2018 02:26: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 S1754274AbeAIK0E (ORCPT + 28 others); Tue, 9 Jan 2018 05:26:04 -0500 Received: from foss.arm.com ([217.140.101.70]:51652 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753686AbeAIK0B (ORCPT ); Tue, 9 Jan 2018 05:26:01 -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 02FC080D; Tue, 9 Jan 2018 02:26:01 -0800 (PST) Received: from localhost.localdomain (usa-sjc-mx-foss1.foss.arm.com [217.140.101.70]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 2B1E03F41F; Tue, 9 Jan 2018 02:25:58 -0800 (PST) From: Gilad Ben-Yossef To: Greg Kroah-Hartman Cc: Ofir Drang , linux-crypto@vger.kernel.org, driverdev-devel@linuxdriverproject.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: [PATCH 2/5] staging: ccree: remove unneeded includes Date: Tue, 9 Jan 2018 10:24:30 +0000 Message-Id: <1515493478-30454-3-git-send-email-gilad@benyossef.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1515493478-30454-1-git-send-email-gilad@benyossef.com> References: <1515493478-30454-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 da74423..265adff 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 01c786c..14b2eab 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-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 eca0578..8afdbc1 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 98d491e..b49bc25 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 7c1645d..86f9ec7 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 43f70d4..25a3131 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-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 1f5da86..c7d6b86 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 cbcfcc3..8372410 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"