The following compile error comes from Linus' tree:

<--  snip  -->

...
  LD      .tmp_vmlinux1
drivers/built-in.o(.bss+0xd50e4): multiple definition of `debug'
arch/i386/kernel/built-in.o(.text+0x2e4c): first defined here
make: *** [.tmp_vmlinux1] Error 1

<--  snip  -->


The offender is in drivers/media/dvb/dibusb/dvb-dibusb-core.c:

"debug" is not a good name for a global variable...


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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to