drivers/media/video/ir-kbd-gpio.c compile error

From: Andrew Morton
Date: Mon May 24 2004 - 16:56:10 EST



ir_codes_avermedia[] is trying to initialise the 24'th element to
two different values:

static IR_KEYTAB_TYPE ir_codes_avermedia[IR_KEYTAB_SIZE] = {

...
[ 24 ] = KEY_EJECTCD, // Unmarked on my controller
...
[ 24 ] = KEY_RED, // unmarked

Does anyone know which one is correct?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/