From: Peter Chen Date: Thu, 17 Jan 2013 10:03:15 +0000 (+0800) Subject: usb: gadget: fsl-mxc-udc: replace cpu_is_xxx() with platform_device_id X-Git-Tag: v3.8-rc5~10^2~5^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0ea8834df058371d1e59012d4a67488429fb4a2;p=pandora-kernel.git usb: gadget: fsl-mxc-udc: replace cpu_is_xxx() with platform_device_id As mach/hardware.h is deleted, we need to use platform_device_id to differentiate SoCs. Besides, one cpu_is_mx35 is useless as it has already used pdata to differentiate runtime Meanwhile we update the platform code accordingly. Signed-off-by: Peter Chen Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed