Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1577693 > unrolled thread

Re: [PATCH] of: make of_device_make_bus_id() static

Started byRob Herring <robh@kernel.org>
First post2017-02-09 16:40 +0100
Last post2017-02-09 16:40 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] of: make of_device_make_bus_id() static Rob Herring <robh@kernel.org> - 2017-02-09 16:40 +0100

#1577693 — Re: [PATCH] of: make of_device_make_bus_id() static

FromRob Herring <robh@kernel.org>
Date2017-02-09 16:40 +0100
SubjectRe: [PATCH] of: make of_device_make_bus_id() static
Message-ID<t8YZc-7Tl-5@gated-at.bofh.it>
On Mon, Oct 17, 2016 at 12:17:43PM -0700, frowand.list@gmail.com wrote:
> From: Frank Rowand <frank.rowand@am.sony.com>
> 
> of_device_make_bus_id() was changed to non-static by commit c66012253800
> ("of/device: Make of_device_make_bus_id() usable by other code") more than
> 6 years ago, but there are no users of it outside of platform.c.  Make the
> function static again.
> 
> Signed-off-by: Frank Rowand <frank.rowand@am.sony.com>
> ---
>  drivers/of/platform.c     | 2 +-
>  include/linux/of_device.h | 1 -
>  2 files changed, 1 insertion(+), 2 deletions(-)

I found I had missed this one. Now applied.

Rob

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web