From patchwork Thu Jun 2 05:48:38 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geliang Tang X-Patchwork-Id: 9149079 X-Patchwork-Delegate: herbert@gondor.apana.org.au Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 0DA8F6074E for ; Thu, 2 Jun 2016 05:49:02 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id F28DC26B39 for ; Thu, 2 Jun 2016 05:49:01 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E5C55264FB; Thu, 2 Jun 2016 05:49:01 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8BAFE264FB for ; Thu, 2 Jun 2016 05:49:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751484AbcFBFsw (ORCPT ); Thu, 2 Jun 2016 01:48:52 -0400 Received: from mail-pa0-f65.google.com ([209.85.220.65]:35932 "EHLO mail-pa0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751452AbcFBFsv (ORCPT ); Thu, 2 Jun 2016 01:48:51 -0400 Received: by mail-pa0-f65.google.com with SMTP id fg1so2345957pad.3; Wed, 01 Jun 2016 22:48:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=GA1Eny0L5G8esOax4NW1rOrDOsazohal0UTWHf3djH0=; b=JGrETT6Uqcw9/6f/rPUnLe/MljqZt8lYotu2QSyfbrM29Wzm18noi3bT8vWWXGVtJh g8zMtf8Ic4wA7btKMegMzbKTHPPVltz/qKv+Mm2Q4kqni6y+63xPx0fGlvbMLXNSgsBu BLTCEgEOFjM9M8YBdPDhJyOZaAx9IVxKGovuegcEdS0sWtQvoUlkr0YuHVi9kCNKF4AV M1nl9Ccc1km2yO5EZ9wPgPwvTb3SWC6SSIdSjA3xzQUqvglTYt4MEhVmT1O4gB7Xj72k oKEhf889Vj5xqR3DsPhp3oeK08gVp2XG2659RSXI/KIbVdeUUp/cjD+q53l90qBa6j4E uqUw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=GA1Eny0L5G8esOax4NW1rOrDOsazohal0UTWHf3djH0=; b=JFom8gUI6zTvYiZXBcnysnxy5BLb7voxKT2PMKO3G7PEtSyc/2nhIOh1v65ekIKkxH 7JaQaBdeJICRLgj2h1tzTynWqwz28gyjjqpqCWXwrrJnwKSpXoY92/S8zoik/9k0Fcqt p6Nrfqgc7O2v8tQ3xwC0qBYfbuZJILvIvojtCv6BOjV96aqcxIlT6R0BAcrv/vlPHJNI KRrbrZK/Gy6JuSTkpS5thb+PTJEunmVDYWSnBhrjdFaKdWZDC8FgfV9Br02GQklIuKLf uXwgobuksO1oNZ9ZG3KYNNUHRT+xIpse2D7ItzOJsh+nvSVqE6jRA946QAkO55xu8O9L LKIg== X-Gm-Message-State: ALyK8tJATsaLIW/nGYGffLmuO5gLU+hZPMXHl3ISGYcXYImHe2wBL+V8iLVJpiFElYRP3g== X-Received: by 10.66.66.42 with SMTP id c10mr2917307pat.119.1464846530172; Wed, 01 Jun 2016 22:48:50 -0700 (PDT) Received: from localhost (static-ip-82-100-134-202.rev.dyxnet.com. [202.134.100.82]) by smtp.gmail.com with ESMTPSA id vb6sm8744866pac.16.2016.06.01.22.48.49 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Wed, 01 Jun 2016 22:48:49 -0700 (PDT) From: Geliang Tang To: Herbert Xu , "David S. Miller" Cc: Geliang Tang , linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] crypto: skcipher - remove unused header cpumask.h Date: Thu, 2 Jun 2016 13:48:38 +0800 Message-Id: <40677731b6e82e34c6f1f5b6d9456c6ed4c93234.1464844992.git.geliangtang@gmail.com> X-Mailer: git-send-email 1.9.1 Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Remove unused header cpumask.h from crypto/ablkcipher.c. Signed-off-by: Geliang Tang --- crypto/ablkcipher.c | 1 - 1 file changed, 1 deletion(-) diff --git a/crypto/ablkcipher.c b/crypto/ablkcipher.c index e5b5721..6b80516 100644 --- a/crypto/ablkcipher.c +++ b/crypto/ablkcipher.c @@ -14,7 +14,6 @@ */ #include -#include #include #include #include