summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2016-05-07 07:46:23 -0700
committerBin Meng <bmeng.cn@gmail.com>2016-05-23 15:18:00 +0800
commitcea91319c25a044c50be8da980d9abd00727d121 (patch)
tree3cb83d49e3140c67be580b78b0d3e903a3fcbcfc /arch/x86/include/asm
parent728c4afc39a865e20a3dda2a3b4f0139f5ef4c56 (diff)
downloadtalos-obmc-uboot-cea91319c25a044c50be8da980d9abd00727d121.tar.gz
talos-obmc-uboot-cea91319c25a044c50be8da980d9abd00727d121.zip
x86: acpi: Remove acpi_create_ssdt_generator()
This acpi_create_ssdt_generator() currently does nothing. Remove this for now. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de> Tested-by: Stefan Roese <sr@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/include/asm')
-rw-r--r--arch/x86/include/asm/acpi_table.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/include/asm/acpi_table.h b/arch/x86/include/asm/acpi_table.h
index 9175e7ac73..c6688eaf01 100644
--- a/arch/x86/include/asm/acpi_table.h
+++ b/arch/x86/include/asm/acpi_table.h
@@ -302,9 +302,6 @@ struct acpi_mcfg_mmconfig {
u8 reserved[4];
};
-#define OEM_REVISION 42
-#define ASL_COMPILER_REVISION 42
-
/* These can be used by the target port */
unsigned long acpi_create_madt_lapics(unsigned long current);
OpenPOWER on IntegriCloud