linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging: nvec: remove include of <mach/iomap.h>
@ 2012-10-02 22:18 Stephen Warren
       [not found] ` <1349216336-986-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Warren @ 2012-10-02 22:18 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Julian Andres Klode, devel-gWbeCf7V1WCQmaza687I9mD2FQJk+8+b,
	ac100-oU9gvf+ajcQ97yFScArB1dHuzzzSOjJt,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA, Stephen Warren

From: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>

Nothing from this file is used, and the file will hopefully be deleted
soon.

Signed-off-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
---
Greg, if this patch can get into 3.7 (it's late, I know) then that
would be great. If not, may I please request an ack so I can take the
change through the Tegra tree in 3.8, since I will probably have cleanup
patches that depend on this change. Thanks.

Signed-off-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
---
 drivers/staging/nvec/nvec.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/nvec/nvec.c b/drivers/staging/nvec/nvec.c
index 094fdc3..97cdf08 100644
--- a/drivers/staging/nvec/nvec.c
+++ b/drivers/staging/nvec/nvec.c
@@ -39,7 +39,6 @@
 #include <linux/workqueue.h>
 
 #include <mach/clk.h>
-#include <mach/iomap.h>
 
 #include "nvec.h"
 
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] staging: nvec: remove include of <mach/iomap.h>
       [not found] ` <1349216336-986-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
@ 2012-10-02 22:24   ` Marc Dietrich
  2012-10-02 22:24   ` Greg Kroah-Hartman
  2012-10-15 17:40   ` Stephen Warren
  2 siblings, 0 replies; 5+ messages in thread
From: Marc Dietrich @ 2012-10-02 22:24 UTC (permalink / raw)
  To: ac100-oU9gvf+ajcQ97yFScArB1dHuzzzSOjJt
  Cc: Stephen Warren, Greg Kroah-Hartman, Julian Andres Klode,
	devel-gWbeCf7V1WCQmaza687I9mD2FQJk+8+b,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA, Stephen Warren

On Tuesday 02 October 2012 16:18:56 Stephen Warren wrote:
> From: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
> 
> Nothing from this file is used, and the file will hopefully be deleted
> soon.
> 
> Signed-off-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>

Right.

Acked-By: Marc Dietrich <marvin24-Mmb7MZpHnFY@public.gmane.org>

> ---
> Greg, if this patch can get into 3.7 (it's late, I know) then that
> would be great. If not, may I please request an ack so I can take the
> change through the Tegra tree in 3.8, since I will probably have cleanup
> patches that depend on this change. Thanks.
> 
> Signed-off-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
> ---
>  drivers/staging/nvec/nvec.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/staging/nvec/nvec.c b/drivers/staging/nvec/nvec.c
> index 094fdc3..97cdf08 100644
> --- a/drivers/staging/nvec/nvec.c
> +++ b/drivers/staging/nvec/nvec.c
> @@ -39,7 +39,6 @@
>  #include <linux/workqueue.h>
> 
>  #include <mach/clk.h>
> -#include <mach/iomap.h>
> 
>  #include "nvec.h"

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] staging: nvec: remove include of <mach/iomap.h>
       [not found] ` <1349216336-986-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
  2012-10-02 22:24   ` Marc Dietrich
@ 2012-10-02 22:24   ` Greg Kroah-Hartman
       [not found]     ` <20121002222435.GA32288-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
  2012-10-15 17:40   ` Stephen Warren
  2 siblings, 1 reply; 5+ messages in thread
From: Greg Kroah-Hartman @ 2012-10-02 22:24 UTC (permalink / raw)
  To: Stephen Warren
  Cc: Julian Andres Klode, devel-gWbeCf7V1WCQmaza687I9mD2FQJk+8+b,
	ac100-oU9gvf+ajcQ97yFScArB1dHuzzzSOjJt,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA, Stephen Warren

On Tue, Oct 02, 2012 at 04:18:56PM -0600, Stephen Warren wrote:
> From: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
> 
> Nothing from this file is used, and the file will hopefully be deleted
> soon.
> 
> Signed-off-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
> ---
> Greg, if this patch can get into 3.7 (it's late, I know) then that
> would be great. If not, may I please request an ack so I can take the
> change through the Tegra tree in 3.8, since I will probably have cleanup
> patches that depend on this change. Thanks.

I can apply this after 3.7-rc1 is out, so that it will be in the final
3.7, is that ok for you?  If not, feel free to take it in your tree as
well:

Acked-by: Greg Kroah-Hartman <gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org>

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] staging: nvec: remove include of <mach/iomap.h>
       [not found]     ` <20121002222435.GA32288-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
@ 2012-10-02 22:44       ` Stephen Warren
  0 siblings, 0 replies; 5+ messages in thread
From: Stephen Warren @ 2012-10-02 22:44 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Julian Andres Klode, devel-gWbeCf7V1WCQmaza687I9mD2FQJk+8+b,
	ac100-oU9gvf+ajcQ97yFScArB1dHuzzzSOjJt,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA, Stephen Warren

On 10/02/2012 04:24 PM, Greg Kroah-Hartman wrote:
> On Tue, Oct 02, 2012 at 04:18:56PM -0600, Stephen Warren wrote:
>> From: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
>>
>> Nothing from this file is used, and the file will hopefully be deleted
>> soon.
>>
>> Signed-off-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
>> ---
>> Greg, if this patch can get into 3.7 (it's late, I know) then that
>> would be great. If not, may I please request an ack so I can take the
>> change through the Tegra tree in 3.8, since I will probably have cleanup
>> patches that depend on this change. Thanks.
> 
> I can apply this after 3.7-rc1 is out, so that it will be in the final
> 3.7, is that ok for you?  If not, feel free to take it in your tree as
> well:
> 
> Acked-by: Greg Kroah-Hartman <gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org>

Thanks. I may as well take it through my tree so I can start building on
top of it as soon as rc1 is out rather than waiting for rc2 or later.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] staging: nvec: remove include of <mach/iomap.h>
       [not found] ` <1349216336-986-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
  2012-10-02 22:24   ` Marc Dietrich
  2012-10-02 22:24   ` Greg Kroah-Hartman
@ 2012-10-15 17:40   ` Stephen Warren
  2 siblings, 0 replies; 5+ messages in thread
From: Stephen Warren @ 2012-10-15 17:40 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Julian Andres Klode, devel-gWbeCf7V1WCQmaza687I9mD2FQJk+8+b,
	ac100-oU9gvf+ajcQ97yFScArB1dHuzzzSOjJt,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA, Stephen Warren

On 10/02/2012 04:18 PM, Stephen Warren wrote:
> Nothing from this file is used, and the file will hopefully be deleted
> soon.

Applied to Tegra's for-3.8/cleanup.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-10-15 17:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-02 22:18 [PATCH] staging: nvec: remove include of <mach/iomap.h> Stephen Warren
     [not found] ` <1349216336-986-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2012-10-02 22:24   ` Marc Dietrich
2012-10-02 22:24   ` Greg Kroah-Hartman
     [not found]     ` <20121002222435.GA32288-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
2012-10-02 22:44       ` Stephen Warren
2012-10-15 17:40   ` Stephen Warren

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).