mirror of
https://github.com/mii443/qemu.git
synced 2025-12-09 14:08:32 +00:00
hw: explicitly include qemu/log.h
Move the inclusion out of hw/hw.h, most files do not need it. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
#include "hw/gpio/imx_gpio.h"
|
||||
#include "qemu/log.h"
|
||||
|
||||
#ifndef DEBUG_IMX_GPIO
|
||||
#define DEBUG_IMX_GPIO 0
|
||||
|
||||
Reference in New Issue
Block a user