* [RFC 1/5]arch/arm/common/Makefile Remove unused config in the Makefile.
@ 2011-04-05 16:58 Justin P. Mattock
2011-04-06 8:05 ` Uwe Kleine-König
0 siblings, 1 reply; 6+ messages in thread
From: Justin P. Mattock @ 2011-04-05 16:58 UTC (permalink / raw)
To: linux-arm-kernel
The patch below removes an unused config variable found by using a kernel
cleanup script.
Note: I did try to cross compile these but hit erros while doing so..
(gcc is not setup to cross compile) and am unsure if anymore needs to be done.
Please have a look if/when anybody has free time.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
CC: Russell King <linux@arm.linux.org.uk>
CC: linux-arm-kernel at lists.infradead.org
---
arch/arm/common/Makefile | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/arm/common/Makefile b/arch/arm/common/Makefile
index e7521bca..6ea9b6f 100644
--- a/arch/arm/common/Makefile
+++ b/arch/arm/common/Makefile
@@ -16,5 +16,4 @@ obj-$(CONFIG_SHARP_SCOOP) += scoop.o
obj-$(CONFIG_ARCH_IXP2000) += uengine.o
obj-$(CONFIG_ARCH_IXP23XX) += uengine.o
obj-$(CONFIG_PCI_HOST_ITE8152) += it8152.o
-obj-$(CONFIG_COMMON_CLKDEV) += clkdev.o
obj-$(CONFIG_ARM_TIMER_SP804) += timer-sp.o
--
1.7.4.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [RFC 1/5]arch/arm/common/Makefile Remove unused config in the Makefile.
2011-04-05 16:58 [RFC 1/5]arch/arm/common/Makefile Remove unused config in the Makefile Justin P. Mattock
@ 2011-04-06 8:05 ` Uwe Kleine-König
2011-04-06 15:10 ` Justin P. Mattock
2011-04-07 3:59 ` Jean-Christophe PLAGNIOL-VILLARD
0 siblings, 2 replies; 6+ messages in thread
From: Uwe Kleine-König @ 2011-04-06 8:05 UTC (permalink / raw)
To: linux-arm-kernel
Hello,
On Tue, Apr 05, 2011 at 09:58:18AM -0700, Justin P. Mattock wrote:
> The patch below removes an unused config variable found by using a kernel
> cleanup script.
> Note: I did try to cross compile these but hit erros while doing so..
> (gcc is not setup to cross compile) and am unsure if anymore needs to be done.
> Please have a look if/when anybody has free time.
>
> Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
> CC: Russell King <linux@arm.linux.org.uk>
> CC: linux-arm-kernel at lists.infradead.org
The file was removed by commit
6d803ba (ARM: 6483/1: arm & sh: factorised duplicated clkdev.c)
(added the persons involved to Cc).
Acked-by: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>
Thanks
Uwe
> ---
> arch/arm/common/Makefile | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/common/Makefile b/arch/arm/common/Makefile
> index e7521bca..6ea9b6f 100644
> --- a/arch/arm/common/Makefile
> +++ b/arch/arm/common/Makefile
> @@ -16,5 +16,4 @@ obj-$(CONFIG_SHARP_SCOOP) += scoop.o
> obj-$(CONFIG_ARCH_IXP2000) += uengine.o
> obj-$(CONFIG_ARCH_IXP23XX) += uengine.o
> obj-$(CONFIG_PCI_HOST_ITE8152) += it8152.o
> -obj-$(CONFIG_COMMON_CLKDEV) += clkdev.o
> obj-$(CONFIG_ARM_TIMER_SP804) += timer-sp.o
> --
> 1.7.4.2
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>
--
Pengutronix e.K. | Uwe Kleine-K?nig |
Industrial Linux Solutions | http://www.pengutronix.de/ |
^ permalink raw reply [flat|nested] 6+ messages in thread
* [RFC 1/5]arch/arm/common/Makefile Remove unused config in the Makefile.
2011-04-06 8:05 ` Uwe Kleine-König
@ 2011-04-06 15:10 ` Justin P. Mattock
2011-04-07 22:23 ` Russell King - ARM Linux
2011-04-07 3:59 ` Jean-Christophe PLAGNIOL-VILLARD
1 sibling, 1 reply; 6+ messages in thread
From: Justin P. Mattock @ 2011-04-06 15:10 UTC (permalink / raw)
To: linux-arm-kernel
On 04/06/2011 01:05 AM, Uwe Kleine-K?nig wrote:
> Hello,
>
> On Tue, Apr 05, 2011 at 09:58:18AM -0700, Justin P. Mattock wrote:
>> The patch below removes an unused config variable found by using a kernel
>> cleanup script.
>> Note: I did try to cross compile these but hit erros while doing so..
>> (gcc is not setup to cross compile) and am unsure if anymore needs to be done.
>> Please have a look if/when anybody has free time.
>>
>> Signed-off-by: Justin P. Mattock<justinmattock@gmail.com>
>> CC: Russell King<linux@arm.linux.org.uk>
>> CC: linux-arm-kernel at lists.infradead.org
> The file was removed by commit
>
> 6d803ba (ARM: 6483/1: arm& sh: factorised duplicated clkdev.c)
>
> (added the persons involved to Cc).
>
> Acked-by: Uwe Kleine-K?nig<u.kleine-koenig@pengutronix.de>
>
> Thanks
> Uwe
o.k.!! Thanks for having a look at this..
>
>> ---
>> arch/arm/common/Makefile | 1 -
>> 1 files changed, 0 insertions(+), 1 deletions(-)
>>
>> diff --git a/arch/arm/common/Makefile b/arch/arm/common/Makefile
>> index e7521bca..6ea9b6f 100644
>> --- a/arch/arm/common/Makefile
>> +++ b/arch/arm/common/Makefile
>> @@ -16,5 +16,4 @@ obj-$(CONFIG_SHARP_SCOOP) += scoop.o
>> obj-$(CONFIG_ARCH_IXP2000) += uengine.o
>> obj-$(CONFIG_ARCH_IXP23XX) += uengine.o
>> obj-$(CONFIG_PCI_HOST_ITE8152) += it8152.o
>> -obj-$(CONFIG_COMMON_CLKDEV) += clkdev.o
>> obj-$(CONFIG_ARM_TIMER_SP804) += timer-sp.o
>> --
>> 1.7.4.2
>>
>>
>> _______________________________________________
>> linux-arm-kernel mailing list
>> linux-arm-kernel at lists.infradead.org
>> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>>
>
Justin P. Mattock
^ permalink raw reply [flat|nested] 6+ messages in thread
* [RFC 1/5]arch/arm/common/Makefile Remove unused config in the Makefile.
2011-04-06 8:05 ` Uwe Kleine-König
2011-04-06 15:10 ` Justin P. Mattock
@ 2011-04-07 3:59 ` Jean-Christophe PLAGNIOL-VILLARD
1 sibling, 0 replies; 6+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2011-04-07 3:59 UTC (permalink / raw)
To: linux-arm-kernel
On 10:05 Wed 06 Apr , Uwe Kleine-K?nig wrote:
> Hello,
>
> On Tue, Apr 05, 2011 at 09:58:18AM -0700, Justin P. Mattock wrote:
> > The patch below removes an unused config variable found by using a kernel
> > cleanup script.
> > Note: I did try to cross compile these but hit erros while doing so..
> > (gcc is not setup to cross compile) and am unsure if anymore needs to be done.
> > Please have a look if/when anybody has free time.
> >
> > Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
> > CC: Russell King <linux@arm.linux.org.uk>
> > CC: linux-arm-kernel at lists.infradead.org
> The file was removed by commit
>
> 6d803ba (ARM: 6483/1: arm & sh: factorised duplicated clkdev.c)
>
> (added the persons involved to Cc).
>
> Acked-by: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Best Regards,
J.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-04-07 23:40 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-05 16:58 [RFC 1/5]arch/arm/common/Makefile Remove unused config in the Makefile Justin P. Mattock
2011-04-06 8:05 ` Uwe Kleine-König
2011-04-06 15:10 ` Justin P. Mattock
2011-04-07 22:23 ` Russell King - ARM Linux
2011-04-07 23:40 ` Justin P. Mattock
2011-04-07 3:59 ` Jean-Christophe PLAGNIOL-VILLARD
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).