All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] remoteproc/qcom_sysmon.c: Remove duplicate header
@ 2019-01-09 14:29 Brajeswar Ghosh
  2019-01-15  5:47 ` Souptick Joarder
  2019-01-15  5:53 ` Bjorn Andersson
  0 siblings, 2 replies; 3+ messages in thread
From: Brajeswar Ghosh @ 2019-01-09 14:29 UTC (permalink / raw)
  To: ohad, bjorn.andersson
  Cc: jrdr.linux, linux-remoteproc, linux-kernel, sabyasachi.linux

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

Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>
---
 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

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

end of thread, other threads:[~2019-01-15  5:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-09 14:29 [PATCH] remoteproc/qcom_sysmon.c: Remove duplicate header Brajeswar Ghosh
2019-01-15  5:47 ` Souptick Joarder
2019-01-15  5:53 ` Bjorn Andersson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.