Add a component constant for ACPI_TOSHIBA to fix compilation of

acpi_toshiba(4) driver with ACPI_DEBUG and thus fix LINT on i386.
This commit is contained in:
jhb 2004-01-13 21:27:50 +00:00
parent 5af89f4e3a
commit b6e75a26df

View File

@ -125,6 +125,7 @@ struct acpi_device {
#define ACPI_PROCESSOR 0x00140000
#define ACPI_THERMAL 0x00180000
#define ACPI_FAN 0x00200000
#define ACPI_TOSHIBA 0x00400000
/*
* Constants for different interrupt models used with acpi_SetIntrModel().