commit | 203d65a4706be345c209f3408d3a011a3e48f0c9 | [log] [tgz] |
---|---|---|
author | Michael Tokarev <mjt@tls.msk.ru> | Sat Aug 02 00:14:48 2014 +0400 |
committer | Michael Tokarev <mjt@tls.msk.ru> | Sat Aug 09 00:06:32 2014 +0400 |
tree | ae900a4385efd2a6c00c6fa508a77b784a62ad39 | |
parent | 2d591ce2aeebf9620ff527c7946844a3122afeec [diff] |
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>