diff mbox series

[v1] media: atomisp: Remove unused header

Message ID 20210122123303.41190-1-andriy.shevchenko@linux.intel.com
State Accepted
Commit 3c26db8b289589b1a6dce9f612d6c7a26c2a50c4
Headers show
Series [v1] media: atomisp: Remove unused header | expand

Commit Message

Andy Shevchenko Jan. 22, 2021, 12:33 p.m. UTC
sfi.h is not anyhow used by the driver. Remove it.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
---
 drivers/staging/media/atomisp/include/linux/atomisp_platform.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Andy Shevchenko Jan. 25, 2021, 12:03 p.m. UTC | #1
On Fri, Jan 22, 2021 at 02:33:03PM +0200, Andy Shevchenko wrote:
> sfi.h is not anyhow used by the driver. Remove it.


Mauro, can you give your Ack to be able to merge this via other tree?

-- 
With Best Regards,
Andy Shevchenko
Andy Shevchenko Feb. 8, 2021, 2:19 p.m. UTC | #2
On Fri, Jan 22, 2021 at 02:33:03PM +0200, Andy Shevchenko wrote:
> sfi.h is not anyhow used by the driver. Remove it.


Mario, Sakari, any comments on this?
Can you give your Ack to get this thru another tree?

> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

> Acked-by: Linus Walleij <linus.walleij@linaro.org>

> ---

>  drivers/staging/media/atomisp/include/linux/atomisp_platform.h | 1 -

>  1 file changed, 1 deletion(-)

> 

> diff --git a/drivers/staging/media/atomisp/include/linux/atomisp_platform.h b/drivers/staging/media/atomisp/include/linux/atomisp_platform.h

> index 5a5121d958ed..8c65733e0255 100644

> --- a/drivers/staging/media/atomisp/include/linux/atomisp_platform.h

> +++ b/drivers/staging/media/atomisp/include/linux/atomisp_platform.h

> @@ -22,7 +22,6 @@

>  #include <asm/processor.h>

>  

>  #include <linux/i2c.h>

> -#include <linux/sfi.h>

>  #include <media/v4l2-subdev.h>

>  #include "atomisp.h"

>  

> -- 

> 2.29.2

> 


-- 
With Best Regards,
Andy Shevchenko
Sakari Ailus Feb. 8, 2021, 2:46 p.m. UTC | #3
Hi Andy,

On Mon, Feb 08, 2021 at 04:19:27PM +0200, Andy Shevchenko wrote:
> On Fri, Jan 22, 2021 at 02:33:03PM +0200, Andy Shevchenko wrote:

> > sfi.h is not anyhow used by the driver. Remove it.

> 

> Mario, Sakari, any comments on this?

> Can you give your Ack to get this thru another tree?


Feel free to go ahead on my behalf; I see no issue with that.

Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>


> 

> > Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

> > Acked-by: Linus Walleij <linus.walleij@linaro.org>

> > ---

> >  drivers/staging/media/atomisp/include/linux/atomisp_platform.h | 1 -

> >  1 file changed, 1 deletion(-)

> > 

> > diff --git a/drivers/staging/media/atomisp/include/linux/atomisp_platform.h b/drivers/staging/media/atomisp/include/linux/atomisp_platform.h

> > index 5a5121d958ed..8c65733e0255 100644

> > --- a/drivers/staging/media/atomisp/include/linux/atomisp_platform.h

> > +++ b/drivers/staging/media/atomisp/include/linux/atomisp_platform.h

> > @@ -22,7 +22,6 @@

> >  #include <asm/processor.h>

> >  

> >  #include <linux/i2c.h>

> > -#include <linux/sfi.h>

> >  #include <media/v4l2-subdev.h>

> >  #include "atomisp.h"

> >  

> > -- 

> > 2.29.2

> > 

> 

> -- 

> With Best Regards,

> Andy Shevchenko

> 

> 


-- 
Kind regards,

Sakari Ailus
Andy Shevchenko Feb. 11, 2021, 1:15 p.m. UTC | #4
On Mon, Feb 08, 2021 at 04:46:59PM +0200, Sakari Ailus wrote:
> Hi Andy,

> 

> On Mon, Feb 08, 2021 at 04:19:27PM +0200, Andy Shevchenko wrote:

> > On Fri, Jan 22, 2021 at 02:33:03PM +0200, Andy Shevchenko wrote:

> > > sfi.h is not anyhow used by the driver. Remove it.

> > 

> > Mario, Sakari, any comments on this?

> > Can you give your Ack to get this thru another tree?

> 

> Feel free to go ahead on my behalf; I see no issue with that.

> 

> Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>


Thank you, Sakari!

-- 
With Best Regards,
Andy Shevchenko
diff mbox series

Patch

diff --git a/drivers/staging/media/atomisp/include/linux/atomisp_platform.h b/drivers/staging/media/atomisp/include/linux/atomisp_platform.h
index 5a5121d958ed..8c65733e0255 100644
--- a/drivers/staging/media/atomisp/include/linux/atomisp_platform.h
+++ b/drivers/staging/media/atomisp/include/linux/atomisp_platform.h
@@ -22,7 +22,6 @@ 
 #include <asm/processor.h>
 
 #include <linux/i2c.h>
-#include <linux/sfi.h>
 #include <media/v4l2-subdev.h>
 #include "atomisp.h"