Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933040AbdIRQzE (ORCPT ); Mon, 18 Sep 2017 12:55:04 -0400 Received: from mail-wr0-f193.google.com ([209.85.128.193]:37538 "EHLO mail-wr0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932787AbdIRQzC (ORCPT ); Mon, 18 Sep 2017 12:55:02 -0400 X-Google-Smtp-Source: ADKCNb7I4gU2jhhugO2ttT65sfzjka8dBTPAiCkTZ96wg40rQwFfRdB/YPU2V5qditqwXusk3+a+3g== From: Corentin Labbe To: sudeep.dutt@intel.com, ashutosh.dixit@intel.com Cc: linux-kernel@vger.kernel.org, Corentin Labbe Subject: [PATCH RESEND] misc: mic: Remove linux/miscdevice.h include Date: Mon, 18 Sep 2017 18:52:52 +0200 Message-Id: <20170918165252.22242-1-clabbe.montjoie@gmail.com> X-Mailer: git-send-email 2.13.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 963 Lines: 26 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 --- 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 #include #include -#include #include #include "../bus/scif_bus.h" #include "../bus/vop_bus.h" -- 2.13.5