2019-01-09 15:35:04

by Brajeswar Ghosh

[permalink] [raw]
Subject: [PATCH] remoteproc/qcom_sysmon.c: Remove duplicate header

Remove linux/notifier.h which is included more than once

Signed-off-by: Brajeswar Ghosh <[email protected]>
---
drivers/remoteproc/qcom_sysmon.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/remoteproc/qcom_sysmon.c b/drivers/remoteproc/qcom_sysmon.c
index e976a602b015..603b813151f2 100644
--- a/drivers/remoteproc/qcom_sysmon.c
+++ b/drivers/remoteproc/qcom_sysmon.c
@@ -7,7 +7,6 @@
#include <linux/notifier.h>
#include <linux/slab.h>
#include <linux/io.h>
-#include <linux/notifier.h>
#include <linux/of_platform.h>
#include <linux/platform_device.h>
#include <linux/remoteproc/qcom_rproc.h>
--
2.17.1



2019-01-15 07:26:54

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH] remoteproc/qcom_sysmon.c: Remove duplicate header

On Wed 09 Jan 06:29 PST 2019, Brajeswar Ghosh wrote:

> Remove linux/notifier.h which is included more than once
>

Applied, with Souptick's ack.

Thanks,
Bjorn

> Signed-off-by: Brajeswar Ghosh <[email protected]>
> ---
> drivers/remoteproc/qcom_sysmon.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/remoteproc/qcom_sysmon.c b/drivers/remoteproc/qcom_sysmon.c
> index e976a602b015..603b813151f2 100644
> --- a/drivers/remoteproc/qcom_sysmon.c
> +++ b/drivers/remoteproc/qcom_sysmon.c
> @@ -7,7 +7,6 @@
> #include <linux/notifier.h>
> #include <linux/slab.h>
> #include <linux/io.h>
> -#include <linux/notifier.h>
> #include <linux/of_platform.h>
> #include <linux/platform_device.h>
> #include <linux/remoteproc/qcom_rproc.h>
> --
> 2.17.1
>

2019-01-15 07:39:37

by Souptick Joarder

[permalink] [raw]
Subject: Re: [PATCH] remoteproc/qcom_sysmon.c: Remove duplicate header

On Wed, Jan 9, 2019 at 8:00 PM Brajeswar Ghosh
<[email protected]> wrote:
>
> Remove linux/notifier.h which is included more than once
>
> Signed-off-by: Brajeswar Ghosh <[email protected]>

Acked-by: Souptick Joarder <[email protected]>

> ---
> drivers/remoteproc/qcom_sysmon.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/remoteproc/qcom_sysmon.c b/drivers/remoteproc/qcom_sysmon.c
> index e976a602b015..603b813151f2 100644
> --- a/drivers/remoteproc/qcom_sysmon.c
> +++ b/drivers/remoteproc/qcom_sysmon.c
> @@ -7,7 +7,6 @@
> #include <linux/notifier.h>
> #include <linux/slab.h>
> #include <linux/io.h>
> -#include <linux/notifier.h>
> #include <linux/of_platform.h>
> #include <linux/platform_device.h>
> #include <linux/remoteproc/qcom_rproc.h>
> --
> 2.17.1
>