diff options
Diffstat (limited to '')
| -rw-r--r-- | include/system/tpm_backend.h (renamed from include/sysemu/tpm_backend.h) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sysemu/tpm_backend.h b/include/system/tpm_backend.h index 7fabafefee..01b11f629c 100644 --- a/include/sysemu/tpm_backend.h +++ b/include/system/tpm_backend.h @@ -15,7 +15,7 @@ #include "qom/object.h" #include "qemu/option.h" -#include "sysemu/tpm.h" +#include "system/tpm.h" #include "qapi/error.h" #ifdef CONFIG_TPM |