summaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2017-11-06 19:38:59 +0100
committerStefan Berger <stefanb@linux.vnet.ibm.com>2017-12-14 23:39:13 -0500
commit67af320cd653a107c0bbdf0d2e6c51b24403c64d (patch)
tree826c1b1d54289efce43fa5d9b899a4b88f3027f8 /backends
parent8a37fc44c6618ca0ede761809d0ecaf605f832fc (diff)
downloadqemu-67af320cd653a107c0bbdf0d2e6c51b24403c64d.tar.gz
tpm: move TpmIf in include/sysemu/tpm.h
This is a better location than hw/tpm, since we are going to use the interface from outside hw/tpm. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Stefan Berger <stefanb@linux.vnet.ibm.com> Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
Diffstat (limited to 'backends')
-rw-r--r--backends/tpm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/tpm.c b/backends/tpm.c
index 5763f6f369..1e416d7f90 100644
--- a/backends/tpm.c
+++ b/backends/tpm.c
@@ -17,7 +17,6 @@
#include "qapi/error.h"
#include "qapi/qmp/qerror.h"
#include "sysemu/tpm.h"
-#include "hw/tpm/tpm_int.h"
#include "qemu/thread.h"
static void tpm_backend_worker_thread(gpointer data, gpointer user_data)