* [PATCH] mptlan: Remove linux/miscdevice.h from mptlan.h
@ 2016-12-15 14:12 Corentin Labbe
0 siblings, 0 replies; only message in thread
From: Corentin Labbe @ 2016-12-15 14:12 UTC (permalink / raw)
To: sathya.prakash, chaitra.basappa, suganath-prabu.subramani,
MPT-FusionLinux.pdl, linux-scsi
Cc: linux-kernel, Corentin Labbe
This patch remove linux/miscdevice.h from mptlan.h since mptlan.h does
not contain any miscdevice.
The only user of it is mptctl.c which already include linux/miscdevice.h
So no need to include it twice.
Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
---
drivers/message/fusion/mptlan.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/message/fusion/mptlan.h b/drivers/message/fusion/mptlan.h
index 69e9d54..694b475 100644
--- a/drivers/message/fusion/mptlan.h
+++ b/drivers/message/fusion/mptlan.h
@@ -65,7 +65,6 @@
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/slab.h>
-#include <linux/miscdevice.h>
#include <linux/spinlock.h>
#include <linux/workqueue.h>
#include <linux/delay.h>
--
2.10.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-12-15 14:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-15 14:12 [PATCH] mptlan: Remove linux/miscdevice.h from mptlan.h Corentin Labbe
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).