From: Roel Kluin <12o3l@tiscali.nl> Date: Mon, 11 Feb 2008 15:05:35 +0000 (+0100) Subject: pnpacpi: __initdata is not an identifier X-Git-Tag: v2.6.25-rc2~4^2^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bf69b5ebf22f8f5b4551bad688979fe29049126;p=pandora-kernel.git pnpacpi: __initdata is not an identifier sparse complains at drivers/pnp/pnpacpi/core.c:39 with the error: Trying to use reserved word '__attribute__' as identifier Expected ) in function declarator, got ".init.data" and at drivers/pnp/pnpacpi/core.c:49:38 with the error: undefined identifier 'excluded_id_list' With the patch below these sparse complaints do not occur Signed-off-by: Roel Kluin <12o3l@tiscali.nl> Signed-off-by: Len Brown --- Reading git-diff-tree failed