Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030415AbWHROQM (ORCPT ); Fri, 18 Aug 2006 10:16:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751399AbWHROQM (ORCPT ); Fri, 18 Aug 2006 10:16:12 -0400 Received: from nf-out-0910.google.com ([64.233.182.190]:15020 "EHLO nf-out-0910.google.com") by vger.kernel.org with ESMTP id S1751396AbWHROQJ (ORCPT ); Fri, 18 Aug 2006 10:16:09 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=c+o9VdB/BY/zXRO4MwrEJFIniPI8Y5IffnJQn1cFPBiY4j/wn7pwsAuQb0ccCnAM2t3zlxoPaa2qRyPaYsnAMh1jgSUe4xf0EMmXU57ZSovlnSgbZ6Z7spBYzStIuxaQzFz7OsE3zzFxNT/g3VpoBNJq3dwNdBROq17Wcc08Hwg= Date: Fri, 18 Aug 2006 18:16:00 +0400 From: Alexey Dobriyan To: Jan-Bernd Themann Cc: netdev@vger.kernel.org, Christoph Raisch , Jan-Bernd Themann , linux-kernel , linux-ppc , Marcus Eder , Thomas Klein , Thomas Klein Subject: Re: [2.6.19 PATCH 5/7] ehea: main header files Message-ID: <20060818141600.GD5201@martell.zuzino.mipt.ru> References: <200608181334.57701.ossthema@de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200608181334.57701.ossthema@de.ibm.com> User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1321 Lines: 47 On Fri, Aug 18, 2006 at 01:34:57PM +0200, Jan-Bernd Themann wrote: > --- linux-2.6.18-rc4-orig/drivers/net/ehea/ehea.h > +++ kernel/drivers/net/ehea/ehea.h > +#include Not needed. > +#include > +#include Really? > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include Nothing is used here. grep kthread > +#include > +#include It this because of "struct vlan_group" just add "struct vlan_group;" at the beginning of the headers. > +#include > +#include > +#include > +#include > +#include > +#include Please, use only headers you only really need. Full rebuilds are already pretty enough. I've included half of include/linux disaster must stop. - 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/