lkml.org 
[lkml]   [2008]   [Dec]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH for mmotm1230] input: fix incomplete prototype of input_init_abs_bypass()
Patch against: mmotm 1230
Applied after: input-allow-certain-ev_abs-events-to-bypass-all-filtering.patch
==
Impact: warning fixes

fix incomplete prototype of input_init_abs_bypass().


Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
CC: Henrik Rydberg <rydberg@euromail.se>
CC: Dmitry Torokhov <dtor@mail.ru>

---
drivers/input/input.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Index: b/drivers/input/input.c
===================================================================
--- a/drivers/input/input.c 2008-12-31 14:22:38.000000000 +0900
+++ b/drivers/input/input.c 2008-12-31 14:53:49.000000000 +0900
@@ -1657,7 +1657,7 @@ static const struct file_operations inpu
.open = input_open_file,
};

-static void __init input_init_abs_bypass()
+static void __init input_init_abs_bypass(void)
{
const unsigned int *p;
for (p = input_abs_bypass_init_data; *p; p++)



\
 
 \ /
  Last update: 2008-12-31 15:49    [W:0.033 / U:0.008 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site