Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934850AbcLOLCo (ORCPT ); Thu, 15 Dec 2016 06:02:44 -0500 Received: from mail-wm0-f66.google.com ([74.125.82.66]:34146 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752922AbcLOLCm (ORCPT ); Thu, 15 Dec 2016 06:02:42 -0500 From: Corentin Labbe To: arnd@arndb.de, gregkh@linuxfoundation.org, samuel@sortiz.org, davem@davemloft.net Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Corentin Labbe Subject: [PATCH 1/5] irda: irproc.c: Remove unneeded linux/miscdevice.h include Date: Thu, 15 Dec 2016 11:42:46 +0100 Message-Id: <20161215104250.16813-1-clabbe.montjoie@gmail.com> X-Mailer: git-send-email 2.10.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 557 Lines: 22 irproc.c does not use any miscdevice so this patch remove this unnecessary inclusion. Signed-off-by: Corentin Labbe --- net/irda/irproc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/net/irda/irproc.c b/net/irda/irproc.c index b9ac598..77cfdde 100644 --- a/net/irda/irproc.c +++ b/net/irda/irproc.c @@ -23,7 +23,6 @@ * ********************************************************************/ -#include #include #include #include -- 2.10.2