Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S268218AbUJDPij (ORCPT ); Mon, 4 Oct 2004 11:38:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S268214AbUJDPij (ORCPT ); Mon, 4 Oct 2004 11:38:39 -0400 Received: from mailout.stusta.mhn.de ([141.84.69.5]:17932 "HELO mailout.stusta.mhn.de") by vger.kernel.org with SMTP id S268218AbUJDPfw (ORCPT ); Mon, 4 Oct 2004 11:35:52 -0400 Date: Mon, 4 Oct 2004 17:35:16 +0200 From: Adrian Bunk To: Eyal Lebedinsky , Andrew Morton Cc: linux-kernel list Subject: Re: 2.6.9-rc3-mm2: error: `u64' used prior to declaration Message-ID: <20041004153515.GB12736@stusta.de> References: <416160FE.2090107@eyal.emu.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <416160FE.2090107@eyal.emu.id.au> User-Agent: Mutt/1.5.6+20040907i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1270 Lines: 43 On Tue, Oct 05, 2004 at 12:41:02AM +1000, Eyal Lebedinsky wrote: > CC [M] drivers/media/dvb/bt8xx/dvb-bt8xx.o > In file included from drivers/media/dvb/bt8xx/dvb-bt8xx.c:22: > include/asm/bitops.h:543: error: parse error before "rol64" >... The first error is the most interesting one. > include/asm/types.h: At top level: > include/asm/types.h:50: error: `u64' used prior to declaration > make[4]: *** [drivers/media/dvb/bt8xx/dvb-bt8xx.o] Error 1 >... > > I just added > #include > to the top of > include/asm/bitops.h > and the build finished >... The real problem seem to be files including asm/bitops.h instead of linux/bitops.h . @Andrew: Would you accept a patch that changes all #include to #include ? cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed - 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/