From patchwork Mon Aug 21 22:27:58 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hauke Mehrtens X-Patchwork-Id: 9913879 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 1A35D603FA for ; Mon, 21 Aug 2017 22:28:44 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E43E8286AA for ; Mon, 21 Aug 2017 22:28:43 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D6EE4286C8; Mon, 21 Aug 2017 22:28:43 +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=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham 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 22817286AA for ; Mon, 21 Aug 2017 22:28:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754050AbdHUW2m (ORCPT ); Mon, 21 Aug 2017 18:28:42 -0400 Received: from mx1.mailbox.org ([80.241.60.212]:48903 "EHLO mx1.mailbox.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754019AbdHUW2l (ORCPT ); Mon, 21 Aug 2017 18:28:41 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id 8248C41A07; Tue, 22 Aug 2017 00:28:40 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp1.mailbox.org ([80.241.60.240]) by spamfilter02.heinlein-hosting.de (spamfilter02.heinlein-hosting.de [80.241.56.116]) (amavisd-new, port 10030) with ESMTP id Z7utxQT_jLuc; Tue, 22 Aug 2017 00:28:38 +0200 (CEST) From: Hauke Mehrtens To: johannes@sipsolutions.net Cc: backports@vger.kernel.org, Hauke Mehrtens Subject: [PATCH 02/21] patches: header fix for st-nci not needed any more Date: Tue, 22 Aug 2017 00:27:58 +0200 Message-Id: <20170821222817.17376-3-hauke@hauke-m.de> In-Reply-To: <20170821222817.17376-1-hauke@hauke-m.de> References: <20170821222817.17376-1-hauke@hauke-m.de> Sender: backports-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: backports@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The linux/of.h file is now already included in the upstream kernel. This include was added in commit a89e68f118e ("NFC: st-nci: Covert to use GPIO descriptor") Signed-off-by: Hauke Mehrtens --- patches/0013-fix-makefile-includes/st-nci-spi.patch | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 patches/0013-fix-makefile-includes/st-nci-spi.patch diff --git a/patches/0013-fix-makefile-includes/st-nci-spi.patch b/patches/0013-fix-makefile-includes/st-nci-spi.patch deleted file mode 100644 index 1ecd1618..00000000 --- a/patches/0013-fix-makefile-includes/st-nci-spi.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/drivers/nfc/st-nci/spi.c -+++ b/drivers/nfc/st-nci/spi.c -@@ -21,6 +21,7 @@ - #include - #include - #include -+#include - #include - #include - #include