From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33297) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9ED9-0005ut-Jk for qemu-devel@nongnu.org; Fri, 31 Jan 2014 08:32:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W9ED3-0000CW-Gu for qemu-devel@nongnu.org; Fri, 31 Jan 2014 08:32:47 -0500 Received: from mx1.redhat.com ([209.132.183.28]:64342) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9ED3-0000CP-8f for qemu-devel@nongnu.org; Fri, 31 Jan 2014 08:32:41 -0500 From: Igor Mammedov Date: Fri, 31 Jan 2014 14:27:09 +0100 Message-Id: <1391174830-5866-5-git-send-email-imammedo@redhat.com> In-Reply-To: <1391174830-5866-1-git-send-email-imammedo@redhat.com> References: <1391174830-5866-1-git-send-email-imammedo@redhat.com> Subject: [Qemu-devel] [PATCH v3 4/5] pcihp: remove unused AcpiPciHpPciStatus.device_present field List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@amazon.com, mst@redhat.com Remove now unused 'device_present' field wich was obsoleted by patch "pcihp: reduce number of device check events" Signed-off-by: Igor Mammedov --- include/hw/acpi/pcihp.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/include/hw/acpi/pcihp.h b/include/hw/acpi/pcihp.h index 6877892..bbd789f 100644 --- a/include/hw/acpi/pcihp.h +++ b/include/hw/acpi/pcihp.h @@ -35,7 +35,6 @@ typedef struct AcpiPciHpPciStatus { uint32_t up; uint32_t down; uint32_t hotplug_enable; - uint32_t device_present; } AcpiPciHpPciStatus; #define ACPI_PCIHP_PROP_BSEL "acpi-pcihp-bsel" -- 1.7.1