]> git.ipfire.org Git - thirdparty/qemu.git/commit
include/hw/dma/xlnx_dpdma: Remove dependency on console.h
authorThomas Huth <thuth@redhat.com>
Thu, 8 May 2025 14:41:16 +0000 (16:41 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 14 May 2025 09:50:42 +0000 (11:50 +0200)
commit6ea7a5762aa1aacb7a5410e4b805bb8c99c6f133
tree20d54b0b8863a5820bc1f1c0b7af02d9c74bbc62
parentbdf12f2a56bf3f13c52eb51f0a994bbfe40706b2
include/hw/dma/xlnx_dpdma: Remove dependency on console.h

console.h brings a dependency on the <epoxy/opengl.h> and the pixman
header file (if available), so we should avoid to include this file
if it is not really necessary. console.h does not seem to be necessary
for the xlnx_dpdma code, so drop the include here.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20250508144120.163009-2-thuth@redhat.com>
include/hw/dma/xlnx_dpdma.h