From mboxrd@z Thu Jan 1 00:00:00 1970 From: Corentin Labbe Subject: [PATCH] mptlan: Remove linux/miscdevice.h from mptlan.h Date: Thu, 15 Dec 2016 15:12:16 +0100 Message-ID: <20161215141216.2021-1-clabbe.montjoie@gmail.com> Return-path: Sender: linux-kernel-owner@vger.kernel.org To: sathya.prakash@broadcom.com, chaitra.basappa@broadcom.com, suganath-prabu.subramani@broadcom.com, MPT-FusionLinux.pdl@broadcom.com, linux-scsi@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Corentin Labbe List-Id: linux-scsi@vger.kernel.org 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 --- 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 #include #include -#include #include #include #include -- 2.10.2