From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53931) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAH7H-0000sY-3v for qemu-devel@nongnu.org; Mon, 03 Feb 2014 05:51:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WAH7B-0003Km-5K for qemu-devel@nongnu.org; Mon, 03 Feb 2014 05:51:03 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36227) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAH7A-0003Ki-Ut for qemu-devel@nongnu.org; Mon, 03 Feb 2014 05:50:57 -0500 From: Igor Mammedov Date: Mon, 3 Feb 2014 11:45:00 +0100 Message-Id: <1391424301-22703-5-git-send-email-imammedo@redhat.com> In-Reply-To: <1391424301-22703-1-git-send-email-imammedo@redhat.com> References: <1391424301-22703-1-git-send-email-imammedo@redhat.com> Subject: [Qemu-devel] [PATCH v4 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 02d3ce3..1fd90e1 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