From: Glauber de Oliveira Costa Date: Wed, 30 Jan 2008 12:31:57 +0000 (+0100) Subject: x86: remove __init modifier from header declaration X-Git-Tag: v2.6.25-rc1~1143^2~495 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ba65c7e17a292fe1e6e48fd38d1b1ecb626b586;p=pandora-kernel.git x86: remove __init modifier from header declaration This patch removes the __init modifier from an extern function declaration in acpi.h. Besides not being strictly needed, it requires the inclusion of linux/init.h, which is usually not even included directly, increasing header mess by a lot. Signed-off-by: Glauber de Oliveira Costa Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed