Skip to content

Commit

Permalink
hw/i2c: remove old i386 dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
  • Loading branch information
philmd authored and Michael Tokarev committed Dec 18, 2017
1 parent 34d0668 commit b0392e8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion hw/i2c/pm_smbus.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
*/
#include "qemu/osdep.h"
#include "hw/hw.h"
#include "hw/i386/pc.h"
#include "hw/i2c/pm_smbus.h"
#include "hw/i2c/smbus.h"

Expand Down
1 change: 0 additions & 1 deletion hw/i2c/smbus_ich9.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
*/
#include "qemu/osdep.h"
#include "hw/hw.h"
#include "hw/i386/pc.h"
#include "hw/i2c/pm_smbus.h"
#include "hw/pci/pci.h"
#include "sysemu/sysemu.h"
Expand Down

0 comments on commit b0392e8

Please sign in to comment.