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)
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>

No differences found