diff options
| author | Corey Minyard | 2018-11-14 01:31:27 +0100 |
|---|---|---|
| committer | Corey Minyard | 2019-02-28 04:06:08 +0100 |
| commit | 93198b6cad8af03996373584284a1673ad6000cb (patch) | |
| tree | 48246569bdd5c188b7db9252706d3a22b3f11564 /hw/isa | |
| parent | Merge remote-tracking branch 'remotes/berrange/tags/authz-core-pull-request' ... (diff) | |
| download | qemu-93198b6cad8af03996373584284a1673ad6000cb.tar.gz qemu-93198b6cad8af03996373584284a1673ad6000cb.tar.xz qemu-93198b6cad8af03996373584284a1673ad6000cb.zip | |
i2c: Split smbus into parts
smbus.c and smbus.h had device side code, master side code, and
smbus.h has some smbus_eeprom.c definitions. Split them into
separate files.
Signed-off-by: Corey Minyard <cminyard@mvista.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Diffstat (limited to 'hw/isa')
| -rw-r--r-- | hw/isa/vt82c686.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/isa/vt82c686.c b/hw/isa/vt82c686.c index 7302f6d74b..85d0532dd5 100644 --- a/hw/isa/vt82c686.c +++ b/hw/isa/vt82c686.c @@ -14,7 +14,6 @@ #include "hw/hw.h" #include "hw/isa/vt82c686.h" #include "hw/i2c/i2c.h" -#include "hw/i2c/smbus.h" #include "hw/pci/pci.h" #include "hw/isa/isa.h" #include "hw/isa/superio.h" |
