2011-04-07 23:39:11

by Justin P. Mattock

[permalink] [raw]
Subject: [PATCH 1/5 V2]arch:common:Makefile Remove unused config in the Makefile.

The patch below removes an unused config variable found by using a kernel
cleanup script.

Signed-off-by: Justin P. Mattock <[email protected]>
Acked-by: Uwe Kleine-König <[email protected]>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]>
---
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


2011-04-08 07:31:59

by Uwe Kleine-König

[permalink] [raw]
Subject: Re: [PATCH 1/5 V2]arch:common:Makefile Remove unused config in the Makefile.

Hi Justin,

On Thu, Apr 07, 2011 at 04:38:49PM -0700, Justin P. Mattock wrote:
> The patch below removes an unused config variable found by using a kernel
> cleanup script.
>
> Signed-off-by: Justin P. Mattock <[email protected]>
> Acked-by: Uwe Kleine-K?nig <[email protected]>
> Acked-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]>
> ---
Russell asked you to send this to his patch system.
See http://www.arm.linux.org.uk/developer/patches/info.php for more info
about that.

Best regards
Uwe

--
Pengutronix e.K. | Uwe Kleine-K?nig |
Industrial Linux Solutions | http://www.pengutronix.de/ |

2011-04-08 15:07:14

by Justin P. Mattock

[permalink] [raw]
Subject: Re: [PATCH 1/5 V2]arch:common:Makefile Remove unused config in the Makefile.

On 04/08/2011 12:31 AM, Uwe Kleine-K?nig wrote:
> Hi Justin,
>
> On Thu, Apr 07, 2011 at 04:38:49PM -0700, Justin P. Mattock wrote:
>> The patch below removes an unused config variable found by using a kernel
>> cleanup script.
>>
>> Signed-off-by: Justin P. Mattock<[email protected]>
>> Acked-by: Uwe Kleine-K?nig<[email protected]>
>> Acked-by: Jean-Christophe PLAGNIOL-VILLARD<[email protected]>
>> ---
> Russell asked you to send this to his patch system.
> See http://www.arm.linux.org.uk/developer/patches/info.php for more info
> about that.
>
> Best regards
> Uwe
>


ahh... alright I will read up on that and resend..

Thanks!

Justin P. Mattock

2011-04-08 15:38:59

by Justin P. Mattock

[permalink] [raw]
Subject: Re: [PATCH 1/5 V2]arch:common:Makefile Remove unused config in the Makefile.

On 04/08/2011 12:31 AM, Uwe Kleine-K?nig wrote:
> Hi Justin,
>
> On Thu, Apr 07, 2011 at 04:38:49PM -0700, Justin P. Mattock wrote:
>> The patch below removes an unused config variable found by using a kernel
>> cleanup script.
>>
>> Signed-off-by: Justin P. Mattock<[email protected]>
>> Acked-by: Uwe Kleine-K?nig<[email protected]>
>> Acked-by: Jean-Christophe PLAGNIOL-VILLARD<[email protected]>
>> ---
> Russell asked you to send this to his patch system.
> See http://www.arm.linux.org.uk/developer/patches/info.php for more info
> about that.
>
> Best regards
> Uwe
>


alright I read up and sent this to the address listed on that
page([email protected]) if it is incorrect let me know and I will
resend so that I get things correct..

Justin P. Mattock

2011-04-08 19:13:18

by Russell King - ARM Linux

[permalink] [raw]
Subject: Re: [PATCH 1/5 V2]arch:common:Makefile Remove unused config in the Makefile.

On Fri, Apr 08, 2011 at 08:38:52AM -0700, Justin P. Mattock wrote:
> alright I read up and sent this to the address listed on that
> page([email protected]) if it is incorrect let me know and I will
> resend so that I get things correct..

It appears to have arrived properly and looks fine, so... thanks.
I'll be queuing up some stuff this weekend.

2011-04-09 14:39:00

by Justin P. Mattock

[permalink] [raw]
Subject: Re: [PATCH 1/5 V2]arch:common:Makefile Remove unused config in the Makefile.

On 04/08/2011 12:12 PM, Russell King - ARM Linux wrote:
> On Fri, Apr 08, 2011 at 08:38:52AM -0700, Justin P. Mattock wrote:
>> alright I read up and sent this to the address listed on that
>> page([email protected]) if it is incorrect let me know and I will
>> resend so that I get things correct..
>
> It appears to have arrived properly and looks fine, so... thanks.
> I'll be queuing up some stuff this weekend.
>


pretty cool patch system...

cheers,

Justin P. Mattock