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=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 2F594C32774 for ; Fri, 27 Sep 2019 09:19:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 052F7217D9 for ; Fri, 27 Sep 2019 09:19:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726501AbfI0JS7 (ORCPT ); Fri, 27 Sep 2019 05:18:59 -0400 Received: from mail-ot1-f68.google.com ([209.85.210.68]:34002 "EHLO mail-ot1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725890AbfI0JS7 (ORCPT ); Fri, 27 Sep 2019 05:18:59 -0400 Received: by mail-ot1-f68.google.com with SMTP id m19so1681309otp.1; Fri, 27 Sep 2019 02:18:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=1BH0Vz3nqYEk3uBlmLrPdAWKkQEPayw9EpZKQBCwWhc=; b=I0JDaqs6fyP+gRO5zyOduL0kpcligQ3/+TipnlTvgLQWhxlBQJBY0Ly8lzocCzaJVM bM95A79JRCLtWlP8Lv4jOrB6bTPTez+En7nO0wTEyxWOVwZI3RUWwdidcgmO40mPi9GC aDXaW4Uy1CcH2lorFskxsh4H6vXg03pPNSeDHwr7+CytIv4ETPRF/fmugV/61Xy99juS 9Ga024kvd0tlZ3J3PQB1p9xyO8hVdMEsf0/EbnL+4ruugIA1vbslEabaEGVW+uCunYge 6LETrSJGZ4jOwwY6fEpFVpGTUs7oFnr2w6fZ+MOfrTMnd3IhT341JOcIRCp3AdlqdEnQ Kg1g== X-Gm-Message-State: APjAAAUsSQ71pJeDVw0Z3QVBiLjyJ+DNAmx4me1HMuMYx4530myhCAos +7zaBTqw0c1XUpbQRwEn2QLUXE7ge2ZZL2S5fyQ= X-Google-Smtp-Source: APXvYqzbPjRiKTghIyriIKOe9Ucwh6OZNxL7ThafEIlwv9M07UyWLoDcrPJrT0NojwgaVgn5gQrCwXQhwitVJOPGwpw= X-Received: by 2002:a9d:193:: with SMTP id e19mr2283511ote.107.1569575938022; Fri, 27 Sep 2019 02:18:58 -0700 (PDT) MIME-Version: 1.0 References: <20190927002455.13169-1-robh@kernel.org> <20190927002455.13169-3-robh@kernel.org> In-Reply-To: <20190927002455.13169-3-robh@kernel.org> From: Geert Uytterhoeven Date: Fri, 27 Sep 2019 11:18:47 +0200 Message-ID: Subject: Re: [PATCH 02/11] of: Make of_dma_get_range() private To: Rob Herring Cc: "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Linux ARM , Linux Kernel Mailing List , linux-pci , Nicolas Saenz Julienne , Robin Murphy , Florian Fainelli , Stefan Wahren , Frank Rowand , Arnd Bergmann , Marek Vasut , Geert Uytterhoeven , Simon Horman , Lorenzo Pieralisi , Oza Pawandeep Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 27, 2019 at 2:25 AM Rob Herring wrote: > of_dma_get_range() is only used within the DT core code, so remove the > export and move the header declaration to the private header. > > Cc: Robin Murphy > Signed-off-by: Rob Herring Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds