diff options
author | Bernhard Beschow <shentey@gmail.com> | 2025-01-08 10:25:34 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-01-13 17:16:04 +0100 |
commit | 2ee8c2ccb5a5bb2295b8a17e307efbe35539d289 (patch) | |
tree | d14ed2fa21f4b70bdd9e9c0728a794206e486dc0 /hw/timer | |
parent | d25202fe836805d7e28dea5d11e39e19a7801780 (diff) | |
download | qemu-2ee8c2ccb5a5bb2295b8a17e307efbe35539d289.zip qemu-2ee8c2ccb5a5bb2295b8a17e307efbe35539d289.tar.gz qemu-2ee8c2ccb5a5bb2295b8a17e307efbe35539d289.tar.bz2 |
hw/timer/imx_gpt: Remove unused define
Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20250108092538.11474-11-shentey@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'hw/timer')
-rw-r--r-- | hw/timer/imx_gpt.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/timer/imx_gpt.c b/hw/timer/imx_gpt.c index 2663a9d..11eca9f 100644 --- a/hw/timer/imx_gpt.c +++ b/hw/timer/imx_gpt.c @@ -20,10 +20,6 @@ #include "qemu/log.h" #include "trace.h" -#ifndef DEBUG_IMX_GPT -#define DEBUG_IMX_GPT 0 -#endif - static const char *imx_gpt_reg_name(uint32_t reg) { switch (reg) { |