Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933059AbdIRRBB (ORCPT ); Mon, 18 Sep 2017 13:01:01 -0400 Received: from mail-wr0-f195.google.com ([209.85.128.195]:35494 "EHLO mail-wr0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932904AbdIRRBA (ORCPT ); Mon, 18 Sep 2017 13:01:00 -0400 X-Google-Smtp-Source: ADKCNb4ddNINr8Frz7fuAXhpGmHZAnU27fmcADyqfuLeyUnbzZzjJNeuTtgpqexdEZZpnV1iTuMJKQ== From: Corentin Labbe To: mst@redhat.com, jasowang@redhat.com Cc: kvm@vger.kernel.org, virtualization@lists.linux-foundation.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Corentin Labbe Subject: [PATCH] vhost: remove unneeded linux/miscdevice.h include Date: Mon, 18 Sep 2017 18:58:54 +0200 Message-Id: <20170918165854.23408-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: 594 Lines: 22 drivers/vhost/vhost.c does not use any miscdevice, so this patch remove this unnecessary inclusion. Signed-off-by: Corentin Labbe --- drivers/vhost/vhost.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c index 33ac2b186b85..33ab839696f9 100644 --- a/drivers/vhost/vhost.c +++ b/drivers/vhost/vhost.c @@ -16,7 +16,6 @@ #include #include #include -#include #include #include #include -- 2.13.5