]> git.proxmox.com Git - mirror_qemu.git/commit
hw/tpm: Move 'hw/acpi/tpm.h' inclusion from header to sources
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Fri, 12 Jun 2020 08:54:38 +0000 (10:54 +0200)
committerStefan Berger <stefanb@linux.vnet.ibm.com>
Fri, 19 Jun 2020 11:25:15 +0000 (07:25 -0400)
commit4021476605228eb4c1c0ddb16780fdfab75306e5
tree278c9192c477fcdeba8224dad43935dc48620e64
parentae9604013094fffe4d65d03874881f0a58a72167
hw/tpm: Move 'hw/acpi/tpm.h' inclusion from header to sources

Nothing in "tpm_ppi.h" require declarations from "hw/acpi/tpm.h".
Reduce dependencies and include it only in the files requiring it.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
Message-id: 20200612085444.8362-7-philmd@redhat.com
Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
hw/tpm/tpm_ppi.c
hw/tpm/tpm_ppi.h
hw/tpm/tpm_tis_isa.c
hw/tpm/tpm_tis_sysbus.c