All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers/bus/fsl-mc/dpbp.c: Remove duplicate header
@ 2018-11-09  9:51 Brajeswar Ghosh
  2018-11-16 15:17 ` Brajeswar Ghosh
  2019-01-07 10:42 ` Laurentiu Tudor
  0 siblings, 2 replies; 7+ messages in thread
From: Brajeswar Ghosh @ 2018-11-09  9:51 UTC (permalink / raw)
  To: stuyoder, laurentiu.tudor; +Cc: jrdr.linux, linux-kernel, sabyasachi.linux

Remove linux/fsl/mc.h which is included more than once

Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>
---
 drivers/bus/fsl-mc/dpbp.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/bus/fsl-mc/dpbp.c b/drivers/bus/fsl-mc/dpbp.c
index 17e3c5d2f22e..9003cd3698a5 100644
--- a/drivers/bus/fsl-mc/dpbp.c
+++ b/drivers/bus/fsl-mc/dpbp.c
@@ -5,7 +5,6 @@
  */
 #include <linux/kernel.h>
 #include <linux/fsl/mc.h>
-#include <linux/fsl/mc.h>
 
 #include "fsl-mc-private.h"
 
-- 
2.17.1


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

end of thread, other threads:[~2019-01-30 13:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-09  9:51 [PATCH] drivers/bus/fsl-mc/dpbp.c: Remove duplicate header Brajeswar Ghosh
2018-11-16 15:17 ` Brajeswar Ghosh
2018-12-05  6:40   ` Brajeswar Ghosh
2019-01-05  4:52     ` Brajeswar Ghosh
2019-01-06 12:04       ` Souptick Joarder
2019-01-07 10:42 ` Laurentiu Tudor
2019-01-30 13:53   ` Brajeswar Ghosh

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.