* [patch 10/17] drivers/input/keyboard/atkbd.c: make forced_release_keys[] static
@ 2009-01-09 20:19 akpm
2009-01-11 8:28 ` Dmitry Torokhov
0 siblings, 1 reply; 2+ messages in thread
From: akpm @ 2009-01-09 20:19 UTC (permalink / raw)
To: dtor; +Cc: linux-input, akpm, impulze
From: Daniel Mierswa <impulze@impulze.org>
Cc: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
drivers/input/keyboard/atkbd.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff -puN drivers/input/keyboard/atkbd.c~drivers-input-keyboard-atkbdc-make-forced_release_keys-static drivers/input/keyboard/atkbd.c
--- a/drivers/input/keyboard/atkbd.c~drivers-input-keyboard-atkbdc-make-forced_release_keys-static
+++ a/drivers/input/keyboard/atkbd.c
@@ -852,7 +852,7 @@ static void atkbd_gen_release_event(stru
*/
static void atkbd_dell_laptop_keymap_fixup(struct atkbd *atkbd)
{
- const unsigned int forced_release_keys[] = {
+ static const unsigned int forced_release_keys[] = {
0x85, 0x86, 0x87, 0x88, 0x89, 0x8a, 0x8b, 0x8f, 0x93,
};
@@ -866,7 +866,7 @@ static void atkbd_dell_laptop_keymap_fix
*/
static void atkbd_hp_keymap_fixup(struct atkbd *atkbd)
{
- const unsigned int forced_release_keys[] = {
+ static const unsigned int forced_release_keys[] = {
0x94,
};
_
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [patch 10/17] drivers/input/keyboard/atkbd.c: make forced_release_keys[] static
2009-01-09 20:19 [patch 10/17] drivers/input/keyboard/atkbd.c: make forced_release_keys[] static akpm
@ 2009-01-11 8:28 ` Dmitry Torokhov
0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2009-01-11 8:28 UTC (permalink / raw)
To: akpm; +Cc: linux-input, impulze
On Fri, Jan 09, 2009 at 12:19:49PM -0800, akpm@linux-foundation.org wrote:
> From: Daniel Mierswa <impulze@impulze.org>
>
Applied, thank you Daniel.
--
Dmitry
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-01-11 8:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-09 20:19 [patch 10/17] drivers/input/keyboard/atkbd.c: make forced_release_keys[] static akpm
2009-01-11 8:28 ` Dmitry Torokhov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).