Commit 6be58e2f authored by Bob Moore's avatar Bob Moore Committed by Rafael J. Wysocki

ACPICA: Remove trailing comma in enum declarations

SunStudio compiler complains about trailing commas in enum
declarations.
Signed-off-by: default avatarBob Moore <robert.moore@intel.com>
Signed-off-by: default avatarLv Zheng <lv.zheng@intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent ae1b4769
...@@ -174,7 +174,7 @@ struct acpi_fpdt_header { ...@@ -174,7 +174,7 @@ struct acpi_fpdt_header {
enum acpi_fpdt_type { enum acpi_fpdt_type {
ACPI_FPDT_TYPE_BOOT = 0, ACPI_FPDT_TYPE_BOOT = 0,
ACPI_FPDT_TYPE_S3PERF = 1, ACPI_FPDT_TYPE_S3PERF = 1
}; };
/* /*
...@@ -223,7 +223,7 @@ struct acpi_s3pt_header { ...@@ -223,7 +223,7 @@ struct acpi_s3pt_header {
enum acpi_s3pt_type { enum acpi_s3pt_type {
ACPI_S3PT_TYPE_RESUME = 0, ACPI_S3PT_TYPE_RESUME = 0,
ACPI_S3PT_TYPE_SUSPEND = 1, ACPI_S3PT_TYPE_SUSPEND = 1
}; };
struct acpi_s3pt_resume { struct acpi_s3pt_resume {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment