From patchwork Thu Dec 15 14:22:44 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Corentin Labbe X-Patchwork-Id: 9476295 X-Patchwork-Delegate: sameo@linux.intel.com Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 05C87607EE for ; Thu, 15 Dec 2016 14:25:38 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E50D328782 for ; Thu, 15 Dec 2016 14:25:37 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D9F522878B; Thu, 15 Dec 2016 14:25:37 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9B66728782 for ; Thu, 15 Dec 2016 14:25:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757768AbcLOOYx (ORCPT ); Thu, 15 Dec 2016 09:24:53 -0500 Received: from mail-wm0-f66.google.com ([74.125.82.66]:34845 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752274AbcLOOYw (ORCPT ); Thu, 15 Dec 2016 09:24:52 -0500 Received: by mail-wm0-f66.google.com with SMTP id a20so6839386wme.2; Thu, 15 Dec 2016 06:24:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=nkZgOo4xSw2uz4psXLCu8myfrV2AwHqM2FVTE0YqWJY=; b=u73qHvVlXlfDvQOm55E3Z0BSKg/5fW+qdkGLIyaju/Vjo2xU/RrgQa/xnNdKtNzNgM OEfAums0jid2n+eKlTa5imBTxKMQ1zCc1ojcDGii9w/K80c8Rmp41oWSvXs7dW19wVcK kINIBpTf1RiYg3PJt28k9SJJPPWuAnj6iGoP3GHchjP32DON0e/UjzvC8bsy0sdGIv7O L2RuW7/hegV3+Tmku6Yu3S1PnkTzYWulq9TfKHHPb9WxrAVOh3ZkB4DuKKRkSi0r7i2R tkMNjjLyweG1xKBdtUslm5/lEjFZ5Fqq4lrZO2c8VvuU8zXDhI4ziurwaVssb1Hicwdr 5bYw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=nkZgOo4xSw2uz4psXLCu8myfrV2AwHqM2FVTE0YqWJY=; b=aHUEPu9e04ptDBC1GcnUTq/GDGPM1Bo4xihq5VL4In0vpcyczmjUHfUpu03bQY/f0G Q74pF1D55yPjW7U7PNA4RWVtSXL/oGNwZ8WYXhWOsa5gMsWApRzkj1g6zjcsCH9guFgl lkXR5i3205fyQJHfGF3gQ9vNVwWTxOJwkeDCR/GlbK9yjTFHCVlu5Q7R3KQ7Q50httrI 0uzbd0rGMCZ0obWXFpK2P/yD2LgA2iGf9V0UwpRor+RJJXZhg0HuxmTljt3bC0IA7R/K 59YOz09SnnoXBehNQlhmae4+pUmW1NS2se0LH8pJQJmxj2Augs+CNA2pjTqcUfYJRokr gSgQ== X-Gm-Message-State: AIkVDXI89aSLvRKDDVUr8sL1rnefnJ1n9+BTff6BJhln+ACjBIejf6/gEiRshDi0JXVpcw== X-Received: by 10.28.41.70 with SMTP id p67mr1684843wmp.4.1481811891041; Thu, 15 Dec 2016 06:24:51 -0800 (PST) Received: from Red.local (LFbn-1-7035-57.w90-116.abo.wanadoo.fr. [90.116.208.57]) by smtp.googlemail.com with ESMTPSA id w7sm12684608wmd.24.2016.12.15.06.24.50 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 15 Dec 2016 06:24:50 -0800 (PST) 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@lists.01.org, linux-wireless@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Corentin Labbe Subject: [PATCH 1/3] nfc: nxp-nci: Remove unneeded linux/miscdevice.h include Date: Thu, 15 Dec 2016 15:22:44 +0100 Message-Id: <20161215142246.6153-1-clabbe.montjoie@gmail.com> X-Mailer: git-send-email 2.10.2 Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP drivers/nfc/nxp-nci/i2c.c does not use any miscdevice, so this patch remove this unnecessary inclusion. Signed-off-by: Corentin Labbe --- drivers/nfc/nxp-nci/i2c.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/nfc/nxp-nci/i2c.c b/drivers/nfc/nxp-nci/i2c.c index 36099e5..0356515 100644 --- a/drivers/nfc/nxp-nci/i2c.c +++ b/drivers/nfc/nxp-nci/i2c.c @@ -29,7 +29,6 @@ #include #include #include -#include #include #include #include