From: Thomas Gleixner Date: Wed, 16 Sep 2009 06:42:26 +0000 (+0200) Subject: x86: platform: Fix section annotations X-Git-Tag: v2.6.32-rc1~629^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54e2603f1a85b9725aa13518d69148b6e7061aa9;p=pandora-kernel.git x86: platform: Fix section annotations init_IRQ() and x86_late_time_init() are missing __init annotations. The x86 platform ops variables are annotated, but the annotation needs to be put between the variable name and the "=" of the initializer. Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed