summary refs log tree commit diff stats
path: root/include/qemu/typedefs.h
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@redhat.com>2019-01-11 15:08:48 +0100
committerThomas Huth <thuth@redhat.com>2019-01-22 05:14:32 +0100
commitd183b00e8e18f4fe31db6fc6f0ed5dbe45ef764c (patch)
tree822cda9e985ead7cf560f47d8e08c9434b5bf732 /include/qemu/typedefs.h
parenta8b56ec836860eb7144a3b9de356524316ec9f63 (diff)
downloadfocaccia-qemu-d183b00e8e18f4fe31db6fc6f0ed5dbe45ef764c.tar.gz
focaccia-qemu-d183b00e8e18f4fe31db6fc6f0ed5dbe45ef764c.zip
hw/i2c/smbus: Remove SMBusDevice from "qemu/typedefs.h"
Files requiring SMBusDevice already include "hw/i2c/smbus.h".

To clean "qemu/typedefs.h", move the forward declaration
to "hw/i2c/smbus.h".

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'include/qemu/typedefs.h')
-rw-r--r--include/qemu/typedefs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/qemu/typedefs.h b/include/qemu/typedefs.h
index 2a8d358e79..38d0e42332 100644
--- a/include/qemu/typedefs.h
+++ b/include/qemu/typedefs.h
@@ -106,7 +106,6 @@ typedef struct RAMBlock RAMBlock;
 typedef struct Range Range;
 typedef struct SerialState SerialState;
 typedef struct SHPCDevice SHPCDevice;
-typedef struct SMBusDevice SMBusDevice;
 typedef struct SSIBus SSIBus;
 typedef struct uWireSlave uWireSlave;
 typedef struct VirtIODevice VirtIODevice;