linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 01/13] Input: clps711x-keypad - Make of_device_id array const
@ 2014-05-07  9:11 Jingoo Han
  2014-05-07  9:15 ` [PATCH 02/13] Input: gpio_keys " Jingoo Han
                   ` (12 more replies)
  0 siblings, 13 replies; 17+ messages in thread
From: Jingoo Han @ 2014-05-07  9:11 UTC (permalink / raw)
  To: 'Dmitry Torokhov'
  Cc: 'Dmitry Torokhov', linux-input, 'Jingoo Han',
	'Alexander Shiyan'

Make of_device_id array const, because all OF functions
handle it as const.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
---
 drivers/input/keyboard/clps711x-keypad.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/input/keyboard/clps711x-keypad.c b/drivers/input/keyboard/clps711x-keypad.c
index 3955aec..552b65c 100644
--- a/drivers/input/keyboard/clps711x-keypad.c
+++ b/drivers/input/keyboard/clps711x-keypad.c
@@ -185,7 +185,7 @@ static int clps711x_keypad_remove(struct platform_device *pdev)
 	return 0;
 }
 
-static struct of_device_id clps711x_keypad_of_match[] = {
+static const struct of_device_id clps711x_keypad_of_match[] = {
 	{ .compatible = "cirrus,clps711x-keypad", },
 	{ }
 };
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2014-05-08 15:53 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-07  9:11 [PATCH 01/13] Input: clps711x-keypad - Make of_device_id array const Jingoo Han
2014-05-07  9:15 ` [PATCH 02/13] Input: gpio_keys " Jingoo Han
2014-05-07  9:16 ` [PATCH 03/13] Input: gpio_keys_polled " Jingoo Han
2014-05-07  9:17 ` [PATCH 04/13] Input: imx_keypad " Jingoo Han
2014-05-07  9:18 ` [PATCH 05/13] Input: gpio-beeper " Jingoo Han
2014-05-07  9:19 ` [PATCH 06/13] Input: rotary_encoder " Jingoo Han
2014-05-07  9:20 ` [PATCH 07/13] Input: olpc_apsp " Jingoo Han
2014-05-07  9:21 ` [PATCH 08/13] Input: apbps2 " Jingoo Han
2014-05-07  9:22 ` [PATCH 09/13] Input: auo-pixcir-ts " Jingoo Han
2014-05-07  9:30   ` Heiko Stübner
2014-05-07  9:23 ` [PATCH 10/13] Input: egalax_ts " Jingoo Han
2014-05-07  9:24 ` PATCH 11/13] Input: lpc32xx_ts " Jingoo Han
2014-05-07  9:36   ` Roland Stigge
2014-05-07  9:25 ` [PATCH 12/13] Input: mms114 " Jingoo Han
2014-05-07  9:26 ` [PATCH 13/13] Input: zforce " Jingoo Han
2014-05-07  9:30   ` Heiko Stübner
2014-05-08 15:52 ` [PATCH 01/13] Input: clps711x-keypad " 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).