On 20.06.19 12:35, David Hildenbrand wrote: > No longer needed, let's remove it. Also, drop the "hint" parameter > completely from "find_memory_block_by_id", as nobody needs it anymore. > > Cc: Greg Kroah-Hartman <[email protected]> > Cc: "Rafael J. Wysocki" <[email protected]> > Cc: Andrew Morton <[email protected]> > Cc: Stephen Rothwell <[email protected]> > Cc: Pavel Tatashin <[email protected]> > Cc: "[email protected]" <[email protected]> > Signed-off-by: David Hildenbrand <[email protected]> > --- > drivers/base/memory.c | 32 ++++++++++---------------------- > include/linux/memory.h | 2 -- > 2 files changed, 10 insertions(+), 24 deletions(-) > > diff --git a/drivers/base/memory.c b/drivers/base/memory.c > index 0204384b4d1d..fefb64d3588e 100644 > --- a/drivers/base/memory.c > +++ b/drivers/base/memory.c > @@ -592,26 +592,12 @@ int __weak arch_get_memory_phys_device(unsigned long > start_pfn) > * A reference for the returned object is held and the reference for the > * hinted object is released. > */
I'll fixup this comment as well (yes, I desperately need vacation :) ) -- Thanks, David / dhildenb

