Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934151Ab3FSCtw (ORCPT ); Tue, 18 Jun 2013 22:49:52 -0400 Received: from mail-bk0-f44.google.com ([209.85.214.44]:53158 "EHLO mail-bk0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933861Ab3FSCtv (ORCPT ); Tue, 18 Jun 2013 22:49:51 -0400 MIME-Version: 1.0 Date: Wed, 19 Jun 2013 10:49:50 +0800 Message-ID: Subject: [PATCH -next] dlm: remove duplicated include from lowcomms.c From: Wei Yongjun To: ccaulfie@redhat.com, teigland@redhat.com Cc: yongjun_wei@trendmicro.com.cn, cluster-devel@redhat.com, linux-kernel@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 746 Lines: 27 From: Wei Yongjun Remove duplicated include. Signed-off-by: Wei Yongjun --- fs/dlm/lowcomms.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/dlm/lowcomms.c b/fs/dlm/lowcomms.c index 4f539dd..d90909e 100644 --- a/fs/dlm/lowcomms.c +++ b/fs/dlm/lowcomms.c @@ -52,7 +52,6 @@ #include #include #include -#include #include #include -- 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/