2.5.28 (linus' bk): conflicting KEY_xxx macros

From: Alex Riesen (Alexander.Riesen@synopsys.com)
Date: Wed Jul 24 2002 - 09:48:04 EST


include/linux/input.h has this:

#define KEY_PLAY 207
#define KEY_FASTFORWARD 208

#define KEY_PLAY 0x197
#define KEY_FASTFORWARD 0x19b

which one is where?

  CC drivers/input/input.o
                 from input.c:31:
In file included from input.c:32:
include/linux/input.h:457: warning: `KEY_PLAY' redefined
include/linux/input.h:310: warning: this is the location of the previous definition
include/linux/input.h:461: warning: `KEY_FASTFORWARD' redefined
include/linux/input.h:311: warning: this is the location of the previous definition

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



This archive was generated by hypermail 2b29 : Tue Jul 30 2002 - 14:00:16 EST