aboutsummaryrefslogtreecommitdiff
path: root/include/hw/arm
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2023-02-10 12:23:15 +0100
committerThomas Huth <thuth@redhat.com>2023-02-14 09:02:42 +0100
commit8c6631e66e323bc92e0ea5d235e7059b30fb86ee (patch)
tree8f39f23f3f8e7add36b4adcf6c317e9ec04a4400 /include/hw/arm
parentb482fb43deb3fa9f5c44fd3da3dde04acec7750f (diff)
downloadqemu-8c6631e66e323bc92e0ea5d235e7059b30fb86ee.zip
qemu-8c6631e66e323bc92e0ea5d235e7059b30fb86ee.tar.gz
qemu-8c6631e66e323bc92e0ea5d235e7059b30fb86ee.tar.bz2
include/hw: Do not include "hw/registerfields.h" in headers that don't need it
Include "hw/registerfields.h" in the .c files instead (if needed). Message-Id: <20230210112315.1116966-1-thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'include/hw/arm')
-rw-r--r--include/hw/arm/smmuv3.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/arm/smmuv3.h b/include/hw/arm/smmuv3.h
index f1921fd..b6dd087 100644
--- a/include/hw/arm/smmuv3.h
+++ b/include/hw/arm/smmuv3.h
@@ -20,7 +20,6 @@
#define HW_ARM_SMMUV3_H
#include "hw/arm/smmu-common.h"
-#include "hw/registerfields.h"
#include "qom/object.h"
#define TYPE_SMMUV3_IOMMU_MEMORY_REGION "smmuv3-iommu-memory-region"