On Wed, Jan 13, 2010 at 3:32 AM, xof <xof@xxxxxxxxx> wrote: > Are you sure? (it is an Ubuntu-only issue) > > I can see several >> #include <asm/asm.h> > in the v4l tree that compile fine on Ubuntu > but only linux/drivers/media/dvb/firewire/firedtv-1394.c contains >> #include <asm.h> > and doesn't compile. > > Unfortunately the asm.h asm/asm.h is not the only issue with > firedtv-1394.c (on Ubuntu/Karmic Koala?). > The /drivers/ieee1394/*.h seem to be in the linux-sources tree and not > in the linux-headers one (?) > > Everywhere I look, I read "don't bother, just disable firedtv-1394.c" > until they fix it. I think perhaps you meant to write "dma.h" and not "asm.h". All of the missing includes in the error log (including "dma.h") are for files that are found in the iee1394 source directory, which are not provided in the Ubuntu linux-headers package. Devin -- Devin J. Heitmueller - Kernel Labs http://www.kernellabs.com -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html