Re: [UBUNTU:acpi/ec] Use semaphore instead of spinlock

From: Voluspa
Date: Wed Jun 14 2006 - 19:07:58 EST



CC drivers/acpi/glue.o
CC drivers/acpi/ec.o
drivers/acpi/ec.c: In function `acpi_ec_poll_read':
drivers/acpi/ec.c:341: error: union has no member named `polling'
drivers/acpi/ec.c:363: error: union has no member named `polling'
drivers/acpi/ec.c: In function `acpi_ec_poll_write':
drivers/acpi/ec.c:390: error: union has no member named `polling'
drivers/acpi/ec.c:415: error: union has no member named `polling'
drivers/acpi/ec.c:376: warning: unused variable `flags'
drivers/acpi/ec.c: In function `acpi_ec_poll_query':
drivers/acpi/ec.c:599: error: union has no member named `polling'
drivers/acpi/ec.c:615: error: union has no member named `polling'
drivers/acpi/ec.c:578: warning: unused variable `flags'
drivers/acpi/ec.c: In function `acpi_ec_gpe_poll_query':
drivers/acpi/ec.c:705: error: union has no member named `polling'
drivers/acpi/ec.c:708: error: union has no member named `polling'
drivers/acpi/ec.c:694: warning: unused variable `flags'
drivers/acpi/ec.c: In function `acpi_ec_poll_add':
drivers/acpi/ec.c:1020: error: union has no member named `polling'
drivers/acpi/ec.c: In function `acpi_fake_ecdt_poll_callback':
drivers/acpi/ec.c:1315: error: union has no member named `polling'
drivers/acpi/ec.c: In function `acpi_ec_poll_get_real_ecdt':
drivers/acpi/ec.c:1431: error: union has no member named `polling'
make[2]: *** [drivers/acpi/ec.o] Error 1
make[1]: *** [drivers/acpi] Error 2
make: *** [drivers] Error 2

Mvh
Mats Johannesson
--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/