* [PATCH RESEND] misc: mic: Remove linux/miscdevice.h include
@ 2017-09-18 16:52 Corentin Labbe
2019-04-20 18:02 ` Corentin Labbe
0 siblings, 1 reply; 2+ messages in thread
From: Corentin Labbe @ 2017-09-18 16:52 UTC (permalink / raw)
To: sudeep.dutt, ashutosh.dixit; +Cc: linux-kernel, Corentin Labbe
linux/miscdevice.h include was added in commit 1da2b3eeef36 ("misc: mic: Remove COSM functionality from the MIC host driver")
along with a struct miscdevice miscdev in struct mic_device.
but the following commit ef39830c3583 ("misc: mic: Remove MIC X100 host virtio functionality")
remove all miscdevice.
This patch remove linux/miscdevice.h which was forgeted and now unnecessary.
Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
---
drivers/misc/mic/host/mic_device.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/misc/mic/host/mic_device.h b/drivers/misc/mic/host/mic_device.h
index 52b12b22f4ae..a57bbee018ae 100644
--- a/drivers/misc/mic/host/mic_device.h
+++ b/drivers/misc/mic/host/mic_device.h
@@ -26,7 +26,6 @@
#include <linux/notifier.h>
#include <linux/irqreturn.h>
#include <linux/dmaengine.h>
-#include <linux/miscdevice.h>
#include <linux/mic_bus.h>
#include "../bus/scif_bus.h"
#include "../bus/vop_bus.h"
--
2.13.5
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH RESEND] misc: mic: Remove linux/miscdevice.h include
2017-09-18 16:52 [PATCH RESEND] misc: mic: Remove linux/miscdevice.h include Corentin Labbe
@ 2019-04-20 18:02 ` Corentin Labbe
0 siblings, 0 replies; 2+ messages in thread
From: Corentin Labbe @ 2019-04-20 18:02 UTC (permalink / raw)
To: sudeep.dutt, ashutosh.dixit; +Cc: linux-kernel
On Mon, Sep 18, 2017 at 06:52:52PM +0200, Corentin Labbe wrote:
> linux/miscdevice.h include was added in commit 1da2b3eeef36 ("misc: mic: Remove COSM functionality from the MIC host driver")
> along with a struct miscdevice miscdev in struct mic_device.
> but the following commit ef39830c3583 ("misc: mic: Remove MIC X100 host virtio functionality")
> remove all miscdevice.
>
> This patch remove linux/miscdevice.h which was forgeted and now unnecessary.
>
> Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Hello
Gentle ping
Regards
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-04-20 18:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-18 16:52 [PATCH RESEND] misc: mic: Remove linux/miscdevice.h include Corentin Labbe
2019-04-20 18:02 ` Corentin Labbe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox