Remove exception table externals, no longer needed.

Creation of utexcep.c rendered these externals obsolete.
This commit is contained in:
Robert Moore 2012-06-22 14:42:54 -07:00
parent 1a129b20f1
commit 750bb22a43

View File

@ -359,18 +359,6 @@ ACPI_EXTERN UINT8 AcpiGbl_OsiData;
ACPI_EXTERN ACPI_INTERFACE_INFO *AcpiGbl_SupportedInterfaces;
ACPI_EXTERN ACPI_ADDRESS_RANGE *AcpiGbl_AddressRangeList[ACPI_ADDRESS_RANGE_MAX];
#ifndef ACPI_DEFINE_EXCEPTION_TABLE
/* Exception codes */
extern char const *AcpiGbl_ExceptionNames_Env[];
extern char const *AcpiGbl_ExceptionNames_Pgm[];
extern char const *AcpiGbl_ExceptionNames_Tbl[];
extern char const *AcpiGbl_ExceptionNames_Aml[];
extern char const *AcpiGbl_ExceptionNames_Ctrl[];
#endif
#ifndef DEFINE_ACPI_GLOBALS
/* Other miscellaneous */