diff options
author | Thomas Huth | 2021-03-28 07:48:33 +0200 |
---|---|---|
committer | Laurent Vivier | 2021-05-02 17:24:50 +0200 |
commit | 19f4ed3652e0868dd840d3bfe70cfa2cf41936be (patch) | |
tree | 376af2da9435beca7aa19be806c7f42b2bbaa29d /hw/i2c | |
parent | hw: Do not include hw/irq.h if it is not necessary (diff) | |
download | qemu-19f4ed3652e0868dd840d3bfe70cfa2cf41936be.tar.gz qemu-19f4ed3652e0868dd840d3bfe70cfa2cf41936be.tar.xz qemu-19f4ed3652e0868dd840d3bfe70cfa2cf41936be.zip |
hw: Do not include qemu/log.h if it is not necessary
Many files include qemu/log.h without needing it. Remove the superfluous
include statements.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-Id: <20210328054833.2351597-1-thuth@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/i2c')
-rw-r--r-- | hw/i2c/mpc_i2c.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/i2c/mpc_i2c.c b/hw/i2c/mpc_i2c.c index 720d2331e9..845392505f 100644 --- a/hw/i2c/mpc_i2c.c +++ b/hw/i2c/mpc_i2c.c @@ -20,7 +20,6 @@ #include "qemu/osdep.h" #include "hw/i2c/i2c.h" #include "hw/irq.h" -#include "qemu/log.h" #include "qemu/module.h" #include "hw/sysbus.h" #include "migration/vmstate.h" |