]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
input: lm8323: get rid of global pdata pointer
authorFelipe Balbi <felipe.balbi@nokia.com>
Thu, 19 Feb 2009 12:29:39 +0000 (12:29 +0000)
committerTony Lindgren <tony@atomide.com>
Fri, 20 Feb 2009 00:20:41 +0000 (16:20 -0800)
commite9fbe0da1de6c87855f7d6033aa7dad7c0987a61
tree1484fcad58a6afc18232405d21054164e2aeaedc
parent4994d1ec9f118c12298f504fe907135862628bf3
input: lm8323: get rid of global pdata pointer

pdata is only used during probe to initialize a few fields
from lm8323 device structure. Moving pdata pointer to probe
won't harm anybody.

Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/input/keyboard/lm8323.c