[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20081231234238.129C.KOSAKI.MOTOHIRO@jp.fujitsu.com>
Date: Wed, 31 Dec 2008 23:45:46 +0900 (JST)
From: KOSAKI Motohiro <kosaki.motohiro@...fujitsu.com>
To: linux-kernel@...r.kernel.org, Henrik Rydberg <rydberg@...omail.se>,
Dmitry Torokhov <dtor@...l.ru>,
Andrew Morton <akpm@...ux-foundation.org>
Cc: kosaki.motohiro@...fujitsu.com
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@...fujitsu.com>
CC: Henrik Rydberg <rydberg@...omail.se>
CC: Dmitry Torokhov <dtor@...l.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++)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists