hw/timer/imx_*: fix TIMER_MAX clash with system symbol
commit203d65a4706be345c209f3408d3a011a3e48f0c9
authorMichael Tokarev <mjt@tls.msk.ru>
Fri, 1 Aug 2014 20:14:48 +0000 (2 00:14 +0400)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 8 Aug 2014 20:06:32 +0000 (9 00:06 +0400)
treeae900a4385efd2a6c00c6fa508a77b784a62ad39
parent2d591ce2aeebf9620ff527c7946844a3122afeec
hw/timer/imx_*: fix TIMER_MAX clash with system symbol

The symbol TIMER_MAX used in imx_epit.c and imx_gpt.c
clashes with system symbol with the same name.  Because
all qemu source files includes qemu-common.h which, in
turn, includes limits.h, which is not unusual to define
it.  Rename local symbol to have a reasonable prefix.

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/timer/imx_epit.c
hw/timer/imx_gpt.c