CONFIG_OF is always selected for imx SoCs so it is safe
to drop the '#ifdef CONFIG_OF'.
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Alan Cox <redacted>
Cc: <redacted>
Signed-off-by: Fabio Estevam <redacted>
---
drivers/tty/serial/imx.c | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
CONFIG_OF is always selected for imx SoCs so it is safe
to drop the '#ifdef CONFIG_OF'.
Cc: Chris Ball <redacted>
Cc: <redacted>
Signed-off-by: Fabio Estevam <redacted>
---
drivers/mmc/host/sdhci-esdhc-imx.c | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
CONFIG_OF is always selected for imx SoCs so it is safe
to drop the '#ifdef CONFIG_OF'.
Signed-off-by: Fabio Estevam <redacted>
---
arch/arm/mach-imx/clk-imx27.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
CONFIG_OF is always selected for imx SoCs so it is safe
to drop the '#ifdef CONFIG_OF'.
Signed-off-by: Fabio Estevam <redacted>
---
arch/arm/mach-imx/clk-imx51-imx53.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
@@ -465,7 +465,6 @@ int __init mx53_clocks_init(unsigned long rate_ckil, unsigned long rate_osc,return0;}-#ifdef CONFIG_OFstaticvoid__initclk_get_freq_dt(unsignedlong*ckil,unsignedlong*osc,unsignedlong*ckih1,unsignedlong*ckih2){
@@ -503,4 +502,3 @@ int __init mx53_clocks_init_dt(void)clk_get_freq_dt(&ckil,&osc,&ckih1,&ckih2);returnmx53_clocks_init(ckil,osc,ckih1,ckih2);}-#endif
On Fri, Jun 15, 2012 at 2:23 PM, Fabio Estevam
[off-list ref] wrote:
CONFIG_OF is always selected for imx SoCs so it is safe
to drop the '#ifdef CONFIG_OF'.
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Alan Cox <redacted>
Cc: <redacted>
Signed-off-by: Fabio Estevam <redacted>