Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755702AbYGBTXq (ORCPT ); Wed, 2 Jul 2008 15:23:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752571AbYGBTX1 (ORCPT ); Wed, 2 Jul 2008 15:23:27 -0400 Received: from khc.piap.pl ([195.187.100.11]:48621 "EHLO khc.piap.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752044AbYGBTX0 (ORCPT ); Wed, 2 Jul 2008 15:23:26 -0400 To: , lkml Subject: WAN: wanmain.c doesn't need syncppp.h From: Krzysztof Halasa Date: Wed, 02 Jul 2008 21:13:58 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 759 Lines: 25 For review only, the actual patch will be made available in git. wanmain.c doesn't need syncppp.h diff --git a/net/wanrouter/wanmain.c b/net/wanrouter/wanmain.c index 6c20205..34177f2 100644 --- a/net/wanrouter/wanmain.c +++ b/net/wanrouter/wanmain.c @@ -57,7 +57,6 @@ #include /* vmalloc, vfree */ #include /* copy_to/from_user */ #include /* __initfunc et al. */ -#include #define KMEM_SAFETYZONE 8 -- Krzysztof Halasa -- 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/