From: Corentin Labbe Date: Thu, 15 Dec 2016 14:12:16 +0000 (+0100) Subject: scsi: mptlan: Remove linux/miscdevice.h from mptlan.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e0075478ca7c58c6ad6630310aaa3f64a25dcf31;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git scsi: mptlan: Remove linux/miscdevice.h from mptlan.h 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 Signed-off-by: Martin K. Petersen --- diff --git a/drivers/message/fusion/mptlan.h b/drivers/message/fusion/mptlan.h index 8946e19dbfc8..8a24494f8c4d 100644 --- a/drivers/message/fusion/mptlan.h +++ b/drivers/message/fusion/mptlan.h @@ -65,7 +65,6 @@ #include #include #include -#include #include #include #include