diff mbox

staging: nvec: remove include of <mach/iomap.h>

Message ID 1349216336-986-1-git-send-email-swarren@wwwdotorg.org
State Accepted, archived
Headers show

Commit Message

Stephen Warren Oct. 2, 2012, 10:18 p.m. UTC
From: Stephen Warren <swarren@nvidia.com>

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

Signed-off-by: Stephen Warren <swarren@nvidia.com>
---
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@nvidia.com>
---
 drivers/staging/nvec/nvec.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

Comments

Marc Dietrich Oct. 2, 2012, 10:24 p.m. UTC | #1
On Tuesday 02 October 2012 16:18:56 Stephen Warren wrote:
> From: Stephen Warren <swarren@nvidia.com>
> 
> Nothing from this file is used, and the file will hopefully be deleted
> soon.
> 
> Signed-off-by: Stephen Warren <swarren@nvidia.com>

Right.

Acked-By: Marc Dietrich <marvin24@gmx.de>

> ---
> 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@nvidia.com>
> ---
>  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"
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Greg KH Oct. 2, 2012, 10:24 p.m. UTC | #2
On Tue, Oct 02, 2012 at 04:18:56PM -0600, Stephen Warren wrote:
> From: Stephen Warren <swarren@nvidia.com>
> 
> Nothing from this file is used, and the file will hopefully be deleted
> soon.
> 
> Signed-off-by: Stephen Warren <swarren@nvidia.com>
> ---
> 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@linuxfoundation.org>

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Stephen Warren Oct. 2, 2012, 10:44 p.m. UTC | #3
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@nvidia.com>
>>
>> Nothing from this file is used, and the file will hopefully be deleted
>> soon.
>>
>> Signed-off-by: Stephen Warren <swarren@nvidia.com>
>> ---
>> 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@linuxfoundation.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.
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Stephen Warren Oct. 15, 2012, 5:40 p.m. UTC | #4
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.
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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"