Prev: SELinux: Add new labeling type native labels
Next: struct io panic on raid1 - Re: block: unify flags for struct bio and struct request will kernel panic
From: Randy Dunlap on 7 Jul 2010 19:50 From: Randy Dunlap <randy.dunlap(a)oracle.com> ir-jvc-decoder uses bitreverse interfaces, so it should select BITREVERSE. ir-jvc-decoder.c:(.text+0x550bc): undefined reference to `byte_rev_table' ir-jvc-decoder.c:(.text+0x550c6): undefined reference to `byte_rev_table' Signed-off-by: Randy Dunlap <randy.dunlap(a)oracle.com> Cc: Jarod Wilson <jarod(a)redhat.com> Cc: David H�rdeman <david(a)hardeman.nu> Cc: Mauro Carvalho Chehab <mchehab(a)infradead.org> --- drivers/media/IR/Kconfig | 1 + 1 file changed, 1 insertion(+) --- linux-next-20100707.orig/drivers/media/IR/Kconfig +++ linux-next-20100707/drivers/media/IR/Kconfig @@ -53,6 +53,7 @@ config IR_RC6_DECODER config IR_JVC_DECODER tristate "Enable IR raw decoder for the JVC protocol" depends on IR_CORE + select BITREVERSE default y ---help--- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |