From: Arjan van de Ven Date: Fri, 6 Jan 2006 21:47:00 +0000 (-0500) Subject: [ACPI] move some run-time structure inits to compile time X-Git-Tag: v2.6.16-rc2~1^2~8^2~1^2^11~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d479e908457f4972205fcafa054f8030e91781ef;p=pandora-kernel.git [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 Signed-off-by: Len Brown --- Reading git-diff-tree failed