[<prev] [next>] [day] [month] [year] [list]
Message-ID: <4E7F034C.7090609@gmail.com>
Date: Sun, 25 Sep 2011 16:02:44 +0530
From: Navin P <zicrim@...il.com>
To: linux-kernel@...r.kernel.org
CC: marek.vasut@...il.com, kernel-janitors@...r.kernel.org
Subject: [PATCH] Remove const keyword from matrix_keypad.c
Remove the const keyword as SIMPLE_DEV_PMS_OPS already defines a const struct.
Signed-off-by: Navin P <zicrim@...il.com>
---
drivers/input/keyboard/matrix_keypad.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/input/keyboard/matrix_keypad.c b/drivers/input/keyboard/matrix_keypad.c
index b02e426..c127658 100644
--- a/drivers/input/keyboard/matrix_keypad.c
+++ b/drivers/input/keyboard/matrix_keypad.c
@@ -294,7 +294,7 @@ static int matrix_keypad_resume(struct device *dev)
return 0;
}
-static const SIMPLE_DEV_PM_OPS(matrix_keypad_pm_ops,
+static SIMPLE_DEV_PM_OPS(matrix_keypad_pm_ops,
matrix_keypad_suspend, matrix_keypad_resume);
#endif
--
1.7.0.4
--
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