From: Geert Uytterhoeven Date: Wed, 3 Dec 2014 22:59:49 +0000 (-0800) Subject: Input: amikbd - allocate temporary keymap buffer on the stack X-Git-Tag: omap-for-v3.19/fixes-rc1~55^2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e147af492e6c80855550908c86d6d11a501cbfaf;p=pandora-kernel.git Input: amikbd - allocate temporary keymap buffer on the stack Allocate the temporary buffer needed for initialization of the console keyboard maps (512 bytes, as NR_KEYS = 256) on the stack instead of statically, to reduce kernel size. add/remove: 0/1 grow/shrink: 0/0 up/down: 0/-512 (-512) function old new delta temp_map 512 - -512 Signed-off-by: Geert Uytterhoeven Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed