From a3fd32acfbb92b61943134cf64a4b3020070cbef Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 21 Apr 2008 22:24:53 +0000 Subject: [PATCH] --- yaml --- r: 91747 b: refs/heads/master c: b299c22c8c1024a5a89d19524e24b3e1d67e9eab h: refs/heads/master i: 91745: bface301dde0d712f15d4733da5b59538d6af63a 91743: cca2fac72622ca60d90f5a3bc9a7ed59d392c1b0 v: v3 --- [refs] | 2 +- trunk/drivers/acpi/ac.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 498431edf1dd..34e484fef191 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 58da495065134b45799bd02988ab658c3da6af25 +refs/heads/master: b299c22c8c1024a5a89d19524e24b3e1d67e9eab diff --git a/trunk/drivers/acpi/ac.c b/trunk/drivers/acpi/ac.c index 76b9bea98b6d..43a95e5640de 100644 --- a/trunk/drivers/acpi/ac.c +++ b/trunk/drivers/acpi/ac.c @@ -63,7 +63,7 @@ static int acpi_ac_add(struct acpi_device *device); static int acpi_ac_remove(struct acpi_device *device, int type); static int acpi_ac_resume(struct acpi_device *device); -const static struct acpi_device_id ac_device_ids[] = { +static const struct acpi_device_id ac_device_ids[] = { {"ACPI0003", 0}, {"", 0}, };