From: Michael Grzeschik Date: Thu, 13 Jun 2013 14:59:58 +0000 (+0300) Subject: usb: chipidea: ci13xxx-imx: move static pdata into probe function X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~78^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6a3b3a37c4772b6f0aef8e27c82e7f4287f05e3;p=pandora-kernel.git usb: chipidea: ci13xxx-imx: move static pdata into probe function The pdata structure gets copied anyway inside ci13xxx_add_device by platform_device_add. We don't need to have it static. Signed-off-by: Michael Grzeschik Signed-off-by: Marc Kleine-Budde Signed-off-by: Sascha Hauer Reviewed-by: Peter Chen Signed-off-by: Alexander Shishkin Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed