From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753827AbbGPH6s (ORCPT ); Thu, 16 Jul 2015 03:58:48 -0400 Received: from mail-pd0-f173.google.com ([209.85.192.173]:33172 "EHLO mail-pd0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751411AbbGPH6r (ORCPT ); Thu, 16 Jul 2015 03:58:47 -0400 From: liuziloong@gmail.com To: tytso@mit.edu, adilger.kernel@dilger.ca, mhalcrow@google.com Cc: linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org, "zilong.liu" Subject: [PATCH] ext4 crypto: remove duplicate header file Date: Thu, 16 Jul 2015 15:58:41 +0800 Message-Id: <1437033521-3138-1-git-send-email-liuziloong@gmail.com> X-Mailer: git-send-email 1.7.9.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: "zilong.liu" Remove key.h which is included twice in crypto_fname.c Signed-off-by: zilong.liu --- fs/ext4/crypto_fname.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/ext4/crypto_fname.c b/fs/ext4/crypto_fname.c index 7dc4eb5..4c11768 100644 --- a/fs/ext4/crypto_fname.c +++ b/fs/ext4/crypto_fname.c @@ -19,7 +19,6 @@ #include #include #include -#include #include #include #include -- 1.7.9.5