From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AFDD0C48BD1 for ; Fri, 11 Jun 2021 07:21:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 93565610F8 for ; Fri, 11 Jun 2021 07:21:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230488AbhFKHXu (ORCPT ); Fri, 11 Jun 2021 03:23:50 -0400 Received: from muru.com ([72.249.23.125]:41762 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229965AbhFKHXt (ORCPT ); Fri, 11 Jun 2021 03:23:49 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id B650C80BA; Fri, 11 Jun 2021 07:22:00 +0000 (UTC) Date: Fri, 11 Jun 2021 10:21:49 +0300 From: Tony Lindgren To: Lee Jones Cc: linux-kernel@vger.kernel.org, Philipp Zabel , linux-omap@vger.kernel.org Subject: Re: [PATCH 09/10] bus: ti-sysc: Correct misdocumentation of 'sysc_ioremap()' Message-ID: References: <20210526081038.544942-1-lee.jones@linaro.org> <20210526081038.544942-10-lee.jones@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210526081038.544942-10-lee.jones@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Lee Jones [210526 11:11]: > Fixes the following W=1 kernel build warning(s): > > drivers/bus/ti-sysc.c:867: warning: expecting prototype for syc_ioremap(). Prototype was for sysc_ioremap() instead Picking this patch into omap-for-v5.14/ti-sysc thanks. Lee and Philipp, if you already have this patch queued elsewhere, please let me know and I can drop it. Regards, Tony