From patchwork Wed Oct 11 14:31:45 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johannes Berg X-Patchwork-Id: 9999779 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 6F8BF6037F for ; Wed, 11 Oct 2017 14:31:52 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5F679289F7 for ; Wed, 11 Oct 2017 14:31:52 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5469728A51; Wed, 11 Oct 2017 14:31:52 +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 17289289F7 for ; Wed, 11 Oct 2017 14:31:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751833AbdJKObv (ORCPT ); Wed, 11 Oct 2017 10:31:51 -0400 Received: from s3.sipsolutions.net ([144.76.63.242]:48814 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751712AbdJKObv (ORCPT ); Wed, 11 Oct 2017 10:31:51 -0400 Received: by sipsolutions.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from ) id 1e2I33-0005BU-RE; Wed, 11 Oct 2017 16:31:49 +0200 From: Johannes Berg To: backports@vger.kernel.org Cc: Johannes Berg Subject: [PATCH 3/5] backports: remove genregdb Makefile change Date: Wed, 11 Oct 2017 16:31:45 +0200 Message-Id: <20171011143147.3337-3-johannes@sipsolutions.net> X-Mailer: git-send-email 2.14.2 In-Reply-To: <20171011143147.3337-1-johannes@sipsolutions.net> References: <20171011143147.3337-1-johannes@sipsolutions.net> Sender: backports-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: backports@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Johannes Berg This piece of code no longer exists. Signed-off-by: Johannes Berg --- patches/0013-fix-makefile-includes/net_wireless_Makefile.patch | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 patches/0013-fix-makefile-includes/net_wireless_Makefile.patch diff --git a/patches/0013-fix-makefile-includes/net_wireless_Makefile.patch b/patches/0013-fix-makefile-includes/net_wireless_Makefile.patch deleted file mode 100644 index ff94708212f3..000000000000 --- a/patches/0013-fix-makefile-includes/net_wireless_Makefile.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/net/wireless/Makefile -+++ b/net/wireless/Makefile -@@ -19,6 +19,6 @@ cfg80211-$(CONFIG_CFG80211_INTERNAL_REGD - CFLAGS_trace.o := -I$(src) - - $(obj)/regdb.c: $(src)/db.txt $(src)/genregdb.awk -- @$(AWK) -f $(srctree)/$(src)/genregdb.awk < $< > $@ -+ @$(AWK) -f $(src)/genregdb.awk < $< > $@ - - clean-files := regdb.c