aboutsummaryrefslogtreecommitdiff
path: root/hw/tpm
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@redhat.com>2020-06-12 10:54:36 +0200
committerStefan Berger <stefanb@linux.vnet.ibm.com>2020-06-19 07:24:59 -0400
commit29ce02bfb9fc79fec151dd450f54655e9aff2c50 (patch)
treea3c76d4dde654551b2241f28a7cd9b97eb60640c /hw/tpm
parent81c7aa03e956dc5796aac9d93bff08df2eee1607 (diff)
downloadqemu-29ce02bfb9fc79fec151dd450f54655e9aff2c50.zip
qemu-29ce02bfb9fc79fec151dd450f54655e9aff2c50.tar.gz
qemu-29ce02bfb9fc79fec151dd450f54655e9aff2c50.tar.bz2
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/tpm/tpm_tis.h b/hw/tpm/tpm_tis.h
index 5554989..f6b5872 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"