Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755185AbYHJNP6 (ORCPT ); Sun, 10 Aug 2008 09:15:58 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754050AbYHJNPu (ORCPT ); Sun, 10 Aug 2008 09:15:50 -0400 Received: from ti-out-0910.google.com ([209.85.142.185]:32649 "EHLO ti-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754015AbYHJNPt (ORCPT ); Sun, 10 Aug 2008 09:15:49 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:cc:message-id:mime-version:content-type :content-transfer-encoding:x-mailer; b=e/DcoxS+qK5jYVf6zYHwC6G85uqJxxTEU6y9ItR5RVyz7StOqG2LUDfOkfJknOWJic rNUV3gFFVuJqhCv3O7IUVXc312Qpalv66K0ulxqVYCJrDpvYY5UwefnmtSyAtc8c2Lum 7st3GGcx5ZayA2esWUcVuf8DQX5Fswww42x1g= Date: Sun, 10 Aug 2008 21:15:45 +0800 From: Huang Weiyi To: jack@suse.cz Subject: fs/reiserfs/super.c: removed duplicated #include Cc: linux-kernel@vger.kernel.org Message-Id: <20080810211208.A47C.WEIYI.HUANG@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.24.02 [en] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 686 Lines: 23 Removed duplicated #include in fs/reiserfs/super.c. Signed-off-by: Huang Weiyi diff --git a/fs/reiserfs/super.c b/fs/reiserfs/super.c index 282a135..d318c7e 100644 --- a/fs/reiserfs/super.c +++ b/fs/reiserfs/super.c @@ -27,7 +27,6 @@ #include #include #include -#include struct file_system_type reiserfs_fs_type; -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/