Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936109AbcLOOY4 (ORCPT ); Thu, 15 Dec 2016 09:24:56 -0500 Received: from mail-wm0-f67.google.com ([74.125.82.67]:35951 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757789AbcLOOYy (ORCPT ); Thu, 15 Dec 2016 09:24:54 -0500 From: Corentin Labbe To: clement.perrochaud@effinnov.com, charles.gorand@effinnov.com, lauro.venancio@openbossa.org, aloisio.almeida@openbossa.org, sameo@linux.intel.com, linux-nfc@ml01.01.org, linux-wireless@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Corentin Labbe Subject: [PATCH 3/3] nfc: st21nfca: Remove unneeded linux/miscdevice.h include Date: Thu, 15 Dec 2016 15:22:46 +0100 Message-Id: <20161215142246.6153-3-clabbe.montjoie@gmail.com> X-Mailer: git-send-email 2.10.2 In-Reply-To: <20161215142246.6153-1-clabbe.montjoie@gmail.com> References: <20161215142246.6153-1-clabbe.montjoie@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 619 Lines: 22 drivers/nfc/st21nfca/i2c.c does not use any miscdevice, so this patch remove this unnecessary inclusion. Signed-off-by: Corentin Labbe --- drivers/nfc/st21nfca/i2c.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/nfc/st21nfca/i2c.c b/drivers/nfc/st21nfca/i2c.c index 5a82f55..d16f58a 100644 --- a/drivers/nfc/st21nfca/i2c.c +++ b/drivers/nfc/st21nfca/i2c.c @@ -25,7 +25,6 @@ #include #include #include -#include #include #include #include -- 2.10.2