commit | 5ce1d0eb1cd1071347618d0a95515f300239d201 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Tue Nov 22 13:48:29 2011 -0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Nov 29 23:19:04 2011 +0900 |
tree | c6643a8c3bd4d71f95c704e592da7557f46a15a8 | |
parent | 65cd5c4d03563f7118c2e83b7a50928e461cbc1e [diff] |
usb: fsl_mxc_udc.c: Remove compile-time dependency of MX35 SoC type In order to support multiple SoC kernel image, compile-time dependency on a specific SoC type should be avoided. fsl_udc_clk_finalize is already protected by cpu_is_mx35(), so remove the compile-time check for CONFIG_SOC_IMX35. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>