Re: [PATCH 3/9] clk: sunxi: remove stale Makefile entry

2013-02-15 Thread Arnd Bergmann
On Friday 15 February 2013, Mike Turquette wrote:
> Quoting Arnd Bergmann (2013-02-14 14:26:52)
> > Patch 85a18198 "clk: sunxi: Use common of_clk_init() function"
> > removed the clk-sunxi.c file but left the Makefile entry, which
> > causes a build error in multi_v7_defconfig:
> > 
> > make[4]: *** No rule to make target `drivers/clk/clk-sunxi.o', needed by 
> > `drivers/clk/built-in.o'.
> > 
> > The obvious fix is to remove the extraneous line from the
> > Makefile.
> > 
> 
> The fix is correct.  I can't rebase my branch since there is an existing
> dependency with the tegra tree, so I have taken this patch as-is with
> the addition of my SoB.
> 

Ok, thanks!

Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 3/9] clk: sunxi: remove stale Makefile entry

2013-02-15 Thread Arnd Bergmann
On Friday 15 February 2013, Mike Turquette wrote:
 Quoting Arnd Bergmann (2013-02-14 14:26:52)
  Patch 85a18198 clk: sunxi: Use common of_clk_init() function
  removed the clk-sunxi.c file but left the Makefile entry, which
  causes a build error in multi_v7_defconfig:
  
  make[4]: *** No rule to make target `drivers/clk/clk-sunxi.o', needed by 
  `drivers/clk/built-in.o'.
  
  The obvious fix is to remove the extraneous line from the
  Makefile.
  
 
 The fix is correct.  I can't rebase my branch since there is an existing
 dependency with the tegra tree, so I have taken this patch as-is with
 the addition of my SoB.
 

Ok, thanks!

Arnd
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 3/9] clk: sunxi: remove stale Makefile entry

2013-02-14 Thread Mike Turquette
Quoting Arnd Bergmann (2013-02-14 14:26:52)
> Patch 85a18198 "clk: sunxi: Use common of_clk_init() function"
> removed the clk-sunxi.c file but left the Makefile entry, which
> causes a build error in multi_v7_defconfig:
> 
> make[4]: *** No rule to make target `drivers/clk/clk-sunxi.o', needed by 
> `drivers/clk/built-in.o'.
> 
> The obvious fix is to remove the extraneous line from the
> Makefile.
> 

The fix is correct.  I can't rebase my branch since there is an existing
dependency with the tegra tree, so I have taken this patch as-is with
the addition of my SoB.

Thanks,
Mike

> Signed-off-by: Arnd Bergmann 
> Cc: Prashant Gaikwad 
> Cc: Maxime Ripard 
> Cc: Mike Turquette 
> ---
>  drivers/clk/Makefile | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/clk/Makefile b/drivers/clk/Makefile
> index ce77077..be9392e 100644
> --- a/drivers/clk/Makefile
> +++ b/drivers/clk/Makefile
> @@ -25,7 +25,6 @@ endif
>  obj-$(CONFIG_MACH_LOONGSON1)   += clk-ls1x.o
>  obj-$(CONFIG_ARCH_U8500)   += ux500/
>  obj-$(CONFIG_ARCH_VT8500)  += clk-vt8500.o
> -obj-$(CONFIG_ARCH_SUNXI)   += clk-sunxi.o
>  obj-$(CONFIG_ARCH_ZYNQ)+= clk-zynq.o
>  obj-$(CONFIG_X86)  += x86/
>  obj-$(CONFIG_ARCH_TEGRA)   += tegra/
> -- 
> 1.8.1.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 3/9] clk: sunxi: remove stale Makefile entry

2013-02-14 Thread Arnd Bergmann
Patch 85a18198 "clk: sunxi: Use common of_clk_init() function"
removed the clk-sunxi.c file but left the Makefile entry, which
causes a build error in multi_v7_defconfig:

make[4]: *** No rule to make target `drivers/clk/clk-sunxi.o', needed by 
`drivers/clk/built-in.o'.

The obvious fix is to remove the extraneous line from the
Makefile.

Signed-off-by: Arnd Bergmann 
Cc: Prashant Gaikwad 
Cc: Maxime Ripard 
Cc: Mike Turquette 
---
 drivers/clk/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/clk/Makefile b/drivers/clk/Makefile
index ce77077..be9392e 100644
--- a/drivers/clk/Makefile
+++ b/drivers/clk/Makefile
@@ -25,7 +25,6 @@ endif
 obj-$(CONFIG_MACH_LOONGSON1)   += clk-ls1x.o
 obj-$(CONFIG_ARCH_U8500)   += ux500/
 obj-$(CONFIG_ARCH_VT8500)  += clk-vt8500.o
-obj-$(CONFIG_ARCH_SUNXI)   += clk-sunxi.o
 obj-$(CONFIG_ARCH_ZYNQ)+= clk-zynq.o
 obj-$(CONFIG_X86)  += x86/
 obj-$(CONFIG_ARCH_TEGRA)   += tegra/
-- 
1.8.1.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 3/9] clk: sunxi: remove stale Makefile entry

2013-02-14 Thread Arnd Bergmann
Patch 85a18198 clk: sunxi: Use common of_clk_init() function
removed the clk-sunxi.c file but left the Makefile entry, which
causes a build error in multi_v7_defconfig:

make[4]: *** No rule to make target `drivers/clk/clk-sunxi.o', needed by 
`drivers/clk/built-in.o'.

The obvious fix is to remove the extraneous line from the
Makefile.

Signed-off-by: Arnd Bergmann a...@arndb.de
Cc: Prashant Gaikwad pgaik...@nvidia.com
Cc: Maxime Ripard maxime.rip...@anandra.org
Cc: Mike Turquette mturque...@linaro.org
---
 drivers/clk/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/clk/Makefile b/drivers/clk/Makefile
index ce77077..be9392e 100644
--- a/drivers/clk/Makefile
+++ b/drivers/clk/Makefile
@@ -25,7 +25,6 @@ endif
 obj-$(CONFIG_MACH_LOONGSON1)   += clk-ls1x.o
 obj-$(CONFIG_ARCH_U8500)   += ux500/
 obj-$(CONFIG_ARCH_VT8500)  += clk-vt8500.o
-obj-$(CONFIG_ARCH_SUNXI)   += clk-sunxi.o
 obj-$(CONFIG_ARCH_ZYNQ)+= clk-zynq.o
 obj-$(CONFIG_X86)  += x86/
 obj-$(CONFIG_ARCH_TEGRA)   += tegra/
-- 
1.8.1.2

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 3/9] clk: sunxi: remove stale Makefile entry

2013-02-14 Thread Mike Turquette
Quoting Arnd Bergmann (2013-02-14 14:26:52)
 Patch 85a18198 clk: sunxi: Use common of_clk_init() function
 removed the clk-sunxi.c file but left the Makefile entry, which
 causes a build error in multi_v7_defconfig:
 
 make[4]: *** No rule to make target `drivers/clk/clk-sunxi.o', needed by 
 `drivers/clk/built-in.o'.
 
 The obvious fix is to remove the extraneous line from the
 Makefile.
 

The fix is correct.  I can't rebase my branch since there is an existing
dependency with the tegra tree, so I have taken this patch as-is with
the addition of my SoB.

Thanks,
Mike

 Signed-off-by: Arnd Bergmann a...@arndb.de
 Cc: Prashant Gaikwad pgaik...@nvidia.com
 Cc: Maxime Ripard maxime.rip...@anandra.org
 Cc: Mike Turquette mturque...@linaro.org
 ---
  drivers/clk/Makefile | 1 -
  1 file changed, 1 deletion(-)
 
 diff --git a/drivers/clk/Makefile b/drivers/clk/Makefile
 index ce77077..be9392e 100644
 --- a/drivers/clk/Makefile
 +++ b/drivers/clk/Makefile
 @@ -25,7 +25,6 @@ endif
  obj-$(CONFIG_MACH_LOONGSON1)   += clk-ls1x.o
  obj-$(CONFIG_ARCH_U8500)   += ux500/
  obj-$(CONFIG_ARCH_VT8500)  += clk-vt8500.o
 -obj-$(CONFIG_ARCH_SUNXI)   += clk-sunxi.o
  obj-$(CONFIG_ARCH_ZYNQ)+= clk-zynq.o
  obj-$(CONFIG_X86)  += x86/
  obj-$(CONFIG_ARCH_TEGRA)   += tegra/
 -- 
 1.8.1.2
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/