summaryrefslogtreecommitdiffstats
path: root/hw/i2c/smbus_ich9.c
diff options
context:
space:
mode:
authorEfimov Vasily2016-06-22 14:24:53 +0200
committerPaolo Bonzini2016-06-29 14:03:46 +0200
commitf2dd8ebdf40e3cf3863b9022ccb3c3489c2d1c76 (patch)
tree7c1f85c5db6fe62c8332c82056cae3ec122e23a9 /hw/i2c/smbus_ich9.c
parentport92: handle A20 IRQ as GPIO (diff)
downloadqemu-f2dd8ebdf40e3cf3863b9022ccb3c3489c2d1c76.tar.gz
qemu-f2dd8ebdf40e3cf3863b9022ccb3c3489c2d1c76.tar.xz
qemu-f2dd8ebdf40e3cf3863b9022ccb3c3489c2d1c76.zip
ICH9 SMB: make TYPE_ICH9_SMB_DEVICE macro public
ICH9 SMB bridge can be created using qdev API despite existence of helper function. The type name is needed for such creation. Using a preprocessor alias instead the string type name itself is preferable. The patch makes the alias accessible through the header. Signed-off-by: Efimov Vasily <real@ispras.ru> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/i2c/smbus_ich9.c')
-rw-r--r--hw/i2c/smbus_ich9.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/i2c/smbus_ich9.c b/hw/i2c/smbus_ich9.c
index 498f03e835..48fab22625 100644
--- a/hw/i2c/smbus_ich9.c
+++ b/hw/i2c/smbus_ich9.c
@@ -35,7 +35,6 @@
#include "hw/i386/ich9.h"
-#define TYPE_ICH9_SMB_DEVICE "ICH9 SMB"
#define ICH9_SMB_DEVICE(obj) \
OBJECT_CHECK(ICH9SMBState, (obj), TYPE_ICH9_SMB_DEVICE)