linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv2] media: qcom: remove duplicated include file
@ 2018-09-21  3:30 zhong jiang
  2018-09-21  6:56 ` Todor Tomov
  0 siblings, 1 reply; 2+ messages in thread
From: zhong jiang @ 2018-09-21  3:30 UTC (permalink / raw)
  To: mchehab; +Cc: todor.tomov, linux-media, linux-kernel

We include device.h twice in camss.h. It's unnecessary.
hence just remove it.

Signed-off-by: zhong jiang <zhongjiang@huawei.com>
---
 drivers/media/platform/qcom/camss/camss.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/media/platform/qcom/camss/camss.h b/drivers/media/platform/qcom/camss/camss.h
index 418996d..f32289c 100644
--- a/drivers/media/platform/qcom/camss/camss.h
+++ b/drivers/media/platform/qcom/camss/camss.h
@@ -17,7 +17,6 @@
 #include <media/v4l2-subdev.h>
 #include <media/media-device.h>
 #include <media/media-entity.h>
-#include <linux/device.h>
 
 #include "camss-csid.h"
 #include "camss-csiphy.h"
-- 
1.7.12.4


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

* Re: [PATCHv2] media: qcom: remove duplicated include file
  2018-09-21  3:30 [PATCHv2] media: qcom: remove duplicated include file zhong jiang
@ 2018-09-21  6:56 ` Todor Tomov
  0 siblings, 0 replies; 2+ messages in thread
From: Todor Tomov @ 2018-09-21  6:56 UTC (permalink / raw)
  To: zhong jiang, mchehab; +Cc: linux-media, linux-kernel

Thank you, Zhong.

On 20.09.2018 20:30, zhong jiang wrote:
> We include device.h twice in camss.h. It's unnecessary.
> hence just remove it.
> 
> Signed-off-by: zhong jiang <zhongjiang@huawei.com>
Acked-by: Todor Tomov <todor.tomov@linaro.org>

> ---
>  drivers/media/platform/qcom/camss/camss.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/media/platform/qcom/camss/camss.h b/drivers/media/platform/qcom/camss/camss.h
> index 418996d..f32289c 100644
> --- a/drivers/media/platform/qcom/camss/camss.h
> +++ b/drivers/media/platform/qcom/camss/camss.h
> @@ -17,7 +17,6 @@
>  #include <media/v4l2-subdev.h>
>  #include <media/media-device.h>
>  #include <media/media-entity.h>
> -#include <linux/device.h>
>  
>  #include "camss-csid.h"
>  #include "camss-csiphy.h"
> 

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

end of thread, other threads:[~2018-09-21  6:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-21  3:30 [PATCHv2] media: qcom: remove duplicated include file zhong jiang
2018-09-21  6:56 ` Todor Tomov

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