diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2014-12-03 23:59:49 +0100 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2014-12-04 00:28:27 +0100 |
commit | e147af492e6c80855550908c86d6d11a501cbfaf (patch) | |
tree | 0ba34a7bbea6e8a2a36c188439fffd4390d312e2 /Documentation/devicetree/bindings/input/gpio-keys.txt | |
parent | Input: amikbd - fix build if !CONFIG_HW_CONSOLE (diff) | |
download | linux-e147af492e6c80855550908c86d6d11a501cbfaf.tar.xz linux-e147af492e6c80855550908c86d6d11a501cbfaf.zip |
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 <geert@linux-m68k.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'Documentation/devicetree/bindings/input/gpio-keys.txt')
0 files changed, 0 insertions, 0 deletions