Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262454AbTIPSDz (ORCPT ); Tue, 16 Sep 2003 14:03:55 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262406AbTIPSDz (ORCPT ); Tue, 16 Sep 2003 14:03:55 -0400 Received: from web40514.mail.yahoo.com ([66.218.78.131]:31572 "HELO web40514.mail.yahoo.com") by vger.kernel.org with SMTP id S262454AbTIPSDx (ORCPT ); Tue, 16 Sep 2003 14:03:53 -0400 Message-ID: <20030916180352.40838.qmail@web40514.mail.yahoo.com> Date: Tue, 16 Sep 2003 11:03:52 -0700 (PDT) From: Alex Davis Subject: Compile error building alsa-driver-0.9.6 with linux-2.4.23pre4 To: linux-kernel@vger.kernel.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1167 Lines: 31 While building, I get the following error: gcc -D__KERNEL__ -DMODULE=1 -I/update/alsa-driver-0.9.6/include -I/usr/src/linux/include -O2 -mpreferred-stack-boundary=2 -march=i686 -malign-functions=4 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -DALSA_BUILD -DEXPORT_SYMTAB -c hwdep.c In file included from /update/alsa-driver-0.9.6/include/sound/driver.h:42, from hwdep.c:22: /update/alsa-driver-0.9.6/include/adriver.h:200: redefinition of `irqreturn_t' /usr/src/linux/include/linux/interrupt.h:16: `irqreturn_t' previously declared here. To get it to build, I commented out the line typedef void irqreturn_t; in alsa-driver-0.9.6/include/adriver.h. -Alex ===== I code, therefore I am __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com - 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/