diff options
Diffstat (limited to 'stubs/ipmi.c')
-rw-r--r-- | stubs/ipmi.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/stubs/ipmi.c b/stubs/ipmi.c deleted file mode 100644 index 98b6dcee0d..0000000000 --- a/stubs/ipmi.c +++ /dev/null @@ -1,14 +0,0 @@ -/* - * IPMI ACPI firmware handling - * - * Copyright (c) 2015,2016 Corey Minyard, MontaVista Software, LLC - * - * This work is licensed under the terms of the GNU GPL, version 2 or later. - * See the COPYING file in the top-level directory. - */ - -#include "hw/acpi/ipmi.h" - -void build_acpi_ipmi_devices(Aml *table, BusState *bus) -{ -} |