Deleted Added
full compact
53a54,57
> #ifdef ACPI_ASL_COMPILER
> #include <contrib/dev/acpica/compiler/aslcompiler.h>
> #endif
>
311a316,324
>
> #ifdef ACPI_ASL_COMPILER
> Status = FlCheckForAscii (fp, NULL, FALSE);
> if (ACPI_SUCCESS (Status))
> {
> AcpiOsPrintf ("File appears to be ASCII only, must be binary\n",
> TableHeader.Length, FileSize);
> }
> #endif