hw/tpm: remove old i386 dependency
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 18 Dec 2017 01:59:47 +0000 (22:59 -0300)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 18 Dec 2017 14:07:02 +0000 (17:07 +0300)
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@gmail.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/tpm/tpm_emulator.c
hw/tpm/tpm_passthrough.c

index 3ae8bf6c5a212a2ce07eed4fdde8b00e56fbef2d..38b6f175a1cdc28a1a69779d392a30ed56a980d2 100644 (file)
@@ -33,7 +33,6 @@
 #include "sysemu/tpm_backend.h"
 #include "tpm_int.h"
 #include "hw/hw.h"
-#include "hw/i386/pc.h"
 #include "tpm_util.h"
 #include "tpm_ioctl.h"
 #include "migration/blocker.h"
index 487aae20431e5a017d4fbdf1993004c86a951630..149fae63e668fdcea330f51530045b903136fb2d 100644 (file)
@@ -29,7 +29,6 @@
 #include "sysemu/tpm_backend.h"
 #include "tpm_int.h"
 #include "hw/hw.h"
-#include "hw/i386/pc.h"
 #include "qapi/clone-visitor.h"
 #include "tpm_util.h"