Received: by 2002:a25:d7c1:0:0:0:0:0 with SMTP id o184csp3582439ybg; Mon, 28 Oct 2019 15:21:22 -0700 (PDT) X-Google-Smtp-Source: APXvYqzCoGFAGdVD5KkuszzXDnukP8GLDFEa+r3/wrTl+ZWHoXAf5kc9yEpb1RcHmWd9ztR5DuFE X-Received: by 2002:a17:906:14cc:: with SMTP id y12mr136833ejc.279.1572301282088; Mon, 28 Oct 2019 15:21:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1572301282; cv=none; d=google.com; s=arc-20160816; b=bIninGlae41r0wpqjjUZwU0nUYV7LYiKtn1e2/+Qb7X2R3lL+tOmxMP3YBPvKaZ3Af kbw1hcTHiAamk0HKsY/LZbQx9YAQLtkLflcWKFxnqnW0lmq6ED0cjAZGrtNvUbDYbzfA w4KUxsP3pIKxT8yQny6aAjcG94YqYzWsw3gDZivtJyU4kKSUQkjSL02lhc+I99VDRUzC HSFqrrkezNLpL/ykBr9SV0qjZCGllfVmRk7H3VAjFLv9GRqKRP+jKhPHlOyFurjIPXga jIOAk9uo0ur7FTIJRwvwkMARuaHojA0QqqqHb/XhOpwr7jsjb43mbDoLSqLSrXd3W6hA G/4A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:message-id :in-reply-to:date:references:subject:cc:to:from; bh=VYC+1srvgxRdrHZ12rdeVMyj0gT+J7UAU/TycQWGxa0=; b=h2ToOtt0wTXrofsKrrMVKBtwpSSG/IQSO5OejN6Kl21Xs20pRPTzKoqYfJ4fJeO+Ch zPtZHrPzvKYWUZ2u/98vpPrhjlWLImUJFpiX5+fJeyBApIa+Y5qU5QLy874KKqEV5lOO LdqOIOYg/WHMx7NyoQKCfi6mhzfW7pSvXokt0CDLi9AZh6yFigC3DW+tmIFyDcox+D/8 ECWTlujCiBj9ETYw8ue2WKVHkPEqTUBX8pUXt3Jmd2soRwsRH7VtJ9/ODLFQuLml1U99 Apqd1mNKb6oo/1IHX93tqjg7Ff2PEq+xboks5Bk62aXdXjC9dVGpINAZGZpg1YQHXJHe g7og== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q44si6533014eda.242.2019.10.28.15.20.58; Mon, 28 Oct 2019 15:21:22 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729457AbfJ1U1q (ORCPT + 99 others); Mon, 28 Oct 2019 16:27:46 -0400 Received: from smtp09.smtpout.orange.fr ([80.12.242.131]:18835 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728456AbfJ1U1p (ORCPT ); Mon, 28 Oct 2019 16:27:45 -0400 Received: from belgarion ([90.55.204.252]) by mwinf5d17 with ME id K8Tj210075TFNlm038Tjba; Mon, 28 Oct 2019 21:27:43 +0100 X-ME-Helo: belgarion X-ME-Auth: amFyem1pay5yb2JlcnRAb3JhbmdlLmZy X-ME-Date: Mon, 28 Oct 2019 21:27:43 +0100 X-ME-IP: 90.55.204.252 From: Robert Jarzmik To: Arnd Bergmann Cc: Daniel Mack , Haojian Zhuang , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Linus Walleij , Philipp Zabel , Paul Parsons Subject: Re: [PATCH 12/46] ARM: pxa: make addr-map.h header local References: <20191018154052.1276506-1-arnd@arndb.de> <20191018154201.1276638-12-arnd@arndb.de> X-URL: http://belgarath.falguerolles.org/ Date: Mon, 28 Oct 2019 21:27:43 +0100 In-Reply-To: <20191018154201.1276638-12-arnd@arndb.de> (Arnd Bergmann's message of "Fri, 18 Oct 2019 17:41:27 +0200") Message-ID: <87mudkmx8g.fsf@belgarion.home> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/26 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Arnd Bergmann writes: > Drivers should not rely on the contents of this file, so > move it into the platform directory directly. > > Cc: Philipp Zabel > Cc: Paul Parsons > Signed-off-by: Arnd Bergmann Mmmh for this one, my jenkins is a bit grumpy : Bisectability test results for configuration "pxa_defconfig,arm,arm-linux-gnueabi-" Failed to build patch #12: 15fb575e5d52 ARM: pxa: make addr-map.h header local Configuration: "pxa_defconfig, architecture arm". In file included from drivers/pcmcia/pxa2xx_trizeps4.c:23: arch/arm/mach-pxa/include/mach/trizeps4.h:14:10: fatal error: addr-map.h: No such file or directory #include "addr-map.h" ^~~~~~~~~~~~ compilation terminated. make[3]: *** [scripts/Makefile.build:265: drivers/pcmcia/pxa2xx_trizeps4.o] Error 1 -- Robert