qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

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>

authored by

Philippe Mathieu-Daudé and committed by
Stefan Berger
29ce02bf 81c7aa03

-1
-1
hw/tpm/tpm_tis.h
··· 24 24 #ifndef TPM_TPM_TIS_H 25 25 #define TPM_TPM_TIS_H 26 26 27 - #include "qemu/osdep.h" 28 27 #include "sysemu/tpm_backend.h" 29 28 #include "tpm_ppi.h" 30 29