Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp2954242pxb; Sun, 28 Feb 2021 19:54:53 -0800 (PST) X-Google-Smtp-Source: ABdhPJxdd+MYaLl3L8qLC2ywptPiEyQKBVKTwEdL3vNEdbWWYQrX8ukg3ceO1XoaWT+csUjUExyn X-Received: by 2002:aa7:d385:: with SMTP id x5mr3173502edq.289.1614570893102; Sun, 28 Feb 2021 19:54:53 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1614570893; cv=none; d=google.com; s=arc-20160816; b=Xp007POaXfywevwVQ+8wMiCOyFPaCtrTVYXbBhZkWDpwVty2ZwTtMbKg2b9OEJYfWZ mmCuA7aiSYhOAJoZTPna7ab2EwPMp3ykYle/Ogso5SJI5n8uiyNTwhsrGdFxOarELOkL byan5FJUWA9UKCZglX0IePQv2zhx9Gsh0LYmCtJrPUdw/GDsmPbNOjhUO9YijTxCeNf5 /iC4UK31fZaT4nBjw6Kb4pc9yvFgAQci3ph1ogk2+GzGi7UxvwB9dVh73fIMFv8C+hOc Rg765Mlmqd1fO0QDLhf12luI8soEj+qhF9SsTyuMH73hmaV/woB6NGvhYN2pmGxCTo/n SUig== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:message-id:date:subject:cc:to:from; bh=MqWLUFYozjCk5k3BSajBV8vpJMcEnEO11T7rllnYb+A=; b=m+IRfB6F0sFEaNMyriKWbJGFRT+DGXPwYXuF08OKNCq10p9q7jIu9H8TgLyURNPmMr oTmVMbz/mbWPgzLzyCFRK6xt4jYlAWqcu4qAO4atnRp50RUZW2F13pPXXWnXqWkM+KWC APeWXrSv+ieafJSUa8weuHtv16NFJy7O4yn1Lt/zVZ3Lo3m4BsfI8yRyWVaceYPhqxK7 J2rhyd3JmiBRt5yUeDhNQd0Nqkr5x4h6qCRcM1OKtW3KyvVoWjL0rOtxJEjN7sVwe40J tXKKpHtPk1pX/2NdrHeF1FxBBTs+skhNbNql4DH207wj/krutUAMqFdiZarr/ikOo7mX SeLw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id q4si10580626edh.345.2021.02.28.19.54.30; Sun, 28 Feb 2021 19:54:53 -0800 (PST) Received-SPF: pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231964AbhCADyG (ORCPT + 99 others); Sun, 28 Feb 2021 22:54:06 -0500 Received: from szxga05-in.huawei.com ([45.249.212.191]:13012 "EHLO szxga05-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231709AbhCADyF (ORCPT ); Sun, 28 Feb 2021 22:54:05 -0500 Received: from DGGEMS404-HUB.china.huawei.com (unknown [172.30.72.59]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4DpmXc2CYFzjTZ1; Mon, 1 Mar 2021 11:51:44 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by DGGEMS404-HUB.china.huawei.com (10.3.19.204) with Microsoft SMTP Server id 14.3.498.0; Mon, 1 Mar 2021 11:53:22 +0800 From: Tian Tao To: , , CC: Subject: [PATCH] crypto: cavium - remove unused including Date: Mon, 1 Mar 2021 11:54:12 +0800 Message-ID: <1614570852-40648-1-git-send-email-tiantao6@hisilicon.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.69.192.56] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org Remove including that don't need it. Signed-off-by: Tian Tao --- drivers/crypto/cavium/cpt/cptpf_main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/crypto/cavium/cpt/cptpf_main.c b/drivers/crypto/cavium/cpt/cptpf_main.c index 711b1ac..06ee42e 100644 --- a/drivers/crypto/cavium/cpt/cptpf_main.c +++ b/drivers/crypto/cavium/cpt/cptpf_main.c @@ -10,7 +10,6 @@ #include #include #include -#include #include "cptpf.h" -- 2.7.4