Received: by 2002:a25:d7c1:0:0:0:0:0 with SMTP id o184csp3558007ybg; Mon, 28 Oct 2019 14:57:20 -0700 (PDT) X-Google-Smtp-Source: APXvYqyMu4YlA9xgX1DfGgS3xbYw/FxQnslGw4MhcDBr1KerV9wC90xhVwvygOXRIpMEuCcUq0ZM X-Received: by 2002:a17:906:6083:: with SMTP id t3mr46360ejj.145.1572299840730; Mon, 28 Oct 2019 14:57:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1572299840; cv=none; d=google.com; s=arc-20160816; b=rTrLW9t0uPXfNAHZO7WfjU92BeLlZXWVL5MPQE0QFy36xYGU2DMO202c2vmw2gPLYk OPqV78/rmcKNunBIcAJXarPBXEt59P4aX0HHR7N/Oy5l229bMvqkX5IpU8pMy+jfzEiz wlZVp8RySRpJRtLEDwRs+fvOwqJKouoPnQC8G7CEuOCib8zyH4fjG45EztSfgTvAdATi x/+kAflII9V6FYJoIXaeZB7FVNl4vCGNjpZBcTB91+323geajhf7IHWS2CTJIeqdhLHo W5kN07vw6YTPxe1CYl0VfQoTsxWUkPjdf/cRNJvP+brn0XWJPTPh+DSysaQlh1s/t9Lm puhQ== 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=IfcQ9DMPuGOhWAI5z7qk5A/9zKQXglK345R9zl0hfnY=; b=LCSzodyGK1/1YyfApS74BcT+xatidFcuCFRincsDvQRO/oHmQ9pJeE/0PgBKqib2Tu i79GQwl3SXHlbCqL4jWeFio46DyPEpUGUGcJLx9LMn4vQwi0/AOfSp/BqkiFrBTuk6rn VWwj2xiuvkkRTkMHybh7F+zGCRS4cXVzAlLlipkaf9bYEN1erqXvuPN2XZCxI+04g0hD 19sBZsOjvWVtRdgDscnLaTrGUhTe3jX67rujx/LSPy5O5k6t0wMnXwanGJKGeWQAh+8p IYNqSRZWQHMPmhAfBJjxVlEEGkOLDwpMWtbXHqONyT9bmc/F2J8rKoseKw6Vi1FBdv9D qEsQ== 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 h22si6993156eja.99.2019.10.28.14.56.54; Mon, 28 Oct 2019 14:57:20 -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 S1733138AbfJ1SOr (ORCPT + 99 others); Mon, 28 Oct 2019 14:14:47 -0400 Received: from smtp09.smtpout.orange.fr ([80.12.242.131]:59369 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730690AbfJ1SOr (ORCPT ); Mon, 28 Oct 2019 14:14:47 -0400 Received: from belgarion ([90.55.204.252]) by mwinf5d17 with ME id K6El210025TFNlm036Ele0; Mon, 28 Oct 2019 19:14:45 +0100 X-ME-Helo: belgarion X-ME-Auth: amFyem1pay5yb2JlcnRAb3JhbmdlLmZy X-ME-Date: Mon, 28 Oct 2019 19:14:45 +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 Subject: Re: [PATCH 03/46] ARM: pxa: make mach/regs-uart.h private References: <20191018154052.1276506-1-arnd@arndb.de> <20191018154201.1276638-3-arnd@arndb.de> X-URL: http://belgarath.falguerolles.org/ Date: Mon, 28 Oct 2019 19:14:44 +0100 In-Reply-To: <20191018154201.1276638-3-arnd@arndb.de> (Arnd Bergmann's message of "Fri, 18 Oct 2019 17:41:18 +0200") Message-ID: <87lft4ohyj.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: > This is not used by any drivers, so make it private to the > platform. > > Signed-off-by: Arnd Bergmann Too bad I don't have that board, because a more zealous change would be to use : pxa_set_ffuart_info(NULL), pxa_set_btuart_info(NULL) and pxa_set_stuart_info(NULL), and kill regs-uart.h ... But anyway : Acked-by: Robert Jarzmik Cheers. -- Robert