From: Eric Piel Date: Thu, 12 Apr 2007 05:32:49 +0000 (-0400) Subject: Input: wistron - declare keymaps as initdata X-Git-Tag: v2.6.22-rc1~1037^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55d29c98418df737e87dbdfc36c78d3ed99a6698;p=pandora-kernel.git Input: wistron - declare keymaps as initdata As the number of keymaps increases and is very unlikely to reduce, this patch helps to reduce memory consumption by declaring all keymaps as __initdata and copying right keymap during DMI detection. On x86 this make the module size at runtime going from 10616 to 9428: a bit more than 1kb saved. Signed-off-by: Eric Piel Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed