lkml.org 
[lkml]   [2000]   [Mar]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject2.3.99-pre2: soundcard.c doesn't compile if !CONFIG_PCI
If you don't have CONFIG_PCI defined (an old 486 ThinkPad), then you
get the following compilation error:

soundcard.c:672: invalid lvalue in assignment

This is the code "isa_dma_bridge_buggy = dmabug;", but if you do not
have PCI configured, you have "#define isa_dma_bridge_buggy (0)".

In 2.3.51, this code was protected by "#if HAVE_BRIDGE_BUGGY_FUNC".

--
`O O' | Nick.Holloway@alfie.demon.co.uk
// ^ \\ | http://www.alfie.demon.co.uk/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:57    [from the cache]
©2003-2011 Jasper Spaans