lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 18 Sep 2017 18:52:52 +0200 From: Corentin Labbe <clabbe.montjoie@...il.com> To: sudeep.dutt@...el.com, ashutosh.dixit@...el.com Cc: linux-kernel@...r.kernel.org, Corentin Labbe <clabbe.montjoie@...il.com> Subject: [PATCH RESEND] misc: mic: Remove linux/miscdevice.h include 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@...il.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
Powered by blists - more mailing lists