[PATCH for mmotm1230] input: fix incomplete prototype of input_init_abs_bypass()

From: KOSAKI Motohiro
Date: Wed Dec 31 2008 - 09:46:46 EST


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@xxxxxxxxxxxxxx>
CC: Henrik Rydberg <rydberg@xxxxxxxxxxx>
CC: Dmitry Torokhov <dtor@xxxxxxx>

---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/