Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757352AbcLOOWU (ORCPT ); Thu, 15 Dec 2016 09:22:20 -0500 Received: from mail-wm0-f68.google.com ([74.125.82.68]:36860 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755649AbcLOOWE (ORCPT ); Thu, 15 Dec 2016 09:22:04 -0500 From: Corentin Labbe To: maier@linux.vnet.ibm.com, linux-s390@vger.kernel.org, schwidefsky@de.ibm.com, heiko.carstens@de.ibm.com Cc: linux-kernel@vger.kernel.org, Corentin Labbe Subject: [PATCH 2/2] s390: zfcp: Remove unneeded linux/miscdevice.h include Date: Thu, 15 Dec 2016 15:18:24 +0100 Message-Id: <20161215141824.3297-2-clabbe.montjoie@gmail.com> X-Mailer: git-send-email 2.10.2 In-Reply-To: <20161215141824.3297-1-clabbe.montjoie@gmail.com> References: <20161215141824.3297-1-clabbe.montjoie@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 637 Lines: 22 drivers/s390/scsi/zfcp_aux.c does not contain any miscdevice so the inclusion of linux/miscdevice.h is uncessary. Signed-off-by: Corentin Labbe --- drivers/s390/scsi/zfcp_aux.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/s390/scsi/zfcp_aux.c b/drivers/s390/scsi/zfcp_aux.c index bcc8f3d..82ac331 100644 --- a/drivers/s390/scsi/zfcp_aux.c +++ b/drivers/s390/scsi/zfcp_aux.c @@ -29,7 +29,6 @@ #define KMSG_COMPONENT "zfcp" #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt -#include #include #include #include -- 2.10.2