From c84649ca66a32aadba20a8202062b02247270ee5 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 23 Nov 2012 15:37:05 +0100 Subject: acpi: remove acpi_gpe_blk With gpe being switched to memory api this is no longer needed. Signed-off-by: Gerd Hoffmann --- hw/acpi.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'hw/acpi.h') diff --git a/hw/acpi.h b/hw/acpi.h index 918d7f5bca..afda153d09 100644 --- a/hw/acpi.h +++ b/hw/acpi.h @@ -104,7 +104,6 @@ struct ACPIPM1CNT { }; struct ACPIGPE { - uint32_t blk; uint8_t len; uint8_t *sts; @@ -150,7 +149,6 @@ void acpi_pm1_cnt_reset(ACPIREGS *ar); /* GPE0 */ void acpi_gpe_init(ACPIREGS *ar, uint8_t len); -void acpi_gpe_blk(ACPIREGS *ar, uint32_t blk); void acpi_gpe_reset(ACPIREGS *ar); void acpi_gpe_ioport_writeb(ACPIREGS *ar, uint32_t addr, uint32_t val); -- cgit 1.4.1