[ACPI] move some run-time structure inits to compile time
authorArjan van de Ven <arjan@infradead.org>
Fri, 6 Jan 2006 21:47:00 +0000 (16:47 -0500)
committerLen Brown <len.brown@intel.com>
Sat, 7 Jan 2006 09:19:08 +0000 (04:19 -0500)
commitd479e908457f4972205fcafa054f8030e91781ef
tree1e3bacc19fc158a292807eabcd20012fb674d3ea
parent0aec63e67c69545ca757a73a66f5dcf05fa484bf
[ACPI] move some run-time structure inits to compile time

acpi_processor_limit_fops.write was written at run time,
but can be initiailized at compile-time instead.

Similar for acpi_video_bus_POST_fops.write and friends,
but keep doing those at runtime to avoid prototype-hell.

Signed-off-by: Arjan van de Ven <arjan@infradead.org>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/processor_core.c
drivers/acpi/processor_perflib.c
drivers/acpi/processor_thermal.c
drivers/acpi/processor_throttling.c
drivers/acpi/video.c