diff options
author | Philippe Mathieu-Daudé | 2020-06-12 10:54:36 +0200 |
---|---|---|
committer | Stefan Berger | 2020-06-19 13:24:59 +0200 |
commit | 29ce02bfb9fc79fec151dd450f54655e9aff2c50 (patch) | |
tree | a3c76d4dde654551b2241f28a7cd9b97eb60640c /hw/tpm | |
parent | hw/tpm: Rename TPMDEV as TPM_BACKEND in Kconfig (diff) | |
download | qemu-29ce02bfb9fc79fec151dd450f54655e9aff2c50.tar.gz qemu-29ce02bfb9fc79fec151dd450f54655e9aff2c50.tar.xz qemu-29ce02bfb9fc79fec151dd450f54655e9aff2c50.zip |
hw/tpm: Do not include 'qemu/osdep.h' in header
From CODING_STYLE.rst:
Do not include "qemu/osdep.h" from header files since the .c
file will have already included it.
Remove "qemu/osdep.h" from "tpm_tis.h".
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
Message-id: 20200612085444.8362-5-philmd@redhat.com
Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
Diffstat (limited to 'hw/tpm')
-rw-r--r-- | hw/tpm/tpm_tis.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/tpm/tpm_tis.h b/hw/tpm/tpm_tis.h index 5554989395..f6b5872ba6 100644 --- a/hw/tpm/tpm_tis.h +++ b/hw/tpm/tpm_tis.h @@ -24,7 +24,6 @@ #ifndef TPM_TPM_TIS_H #define TPM_TPM_TIS_H -#include "qemu/osdep.h" #include "sysemu/tpm_backend.h" #include "tpm_ppi.h" |