diff options
author | Mike Rapoport <rppt@linux.ibm.com> | 2018-12-28 00:35:29 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-12-28 12:11:48 -0800 |
commit | 4d72868c8f7c293fc8408a54db4e0a12dc031152 (patch) | |
tree | 756b61044727c2df0e177f4ad245d69f817e311c /kernel/kcov.c | |
parent | d31cfe7bff9109476da92c245b56083e9b48d60a (diff) | |
download | linux-stable-4d72868c8f7c293fc8408a54db4e0a12dc031152.tar.gz linux-stable-4d72868c8f7c293fc8408a54db4e0a12dc031152.tar.bz2 linux-stable-4d72868c8f7c293fc8408a54db4e0a12dc031152.zip |
memblock: replace usage of __memblock_free_early() with memblock_free()
__memblock_free_early() is only used by the convenience wrappers, so
essentially we wrap a call to memblock_free() twice. Replace calls of
__memblock_free_early() with calls to memblock_free() and drop the former.
Link: http://lkml.kernel.org/r/20181125102940.GE28634@rapoport-lnx
Signed-off-by: Mike Rapoport <rppt@linux.ibm.com>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Wentao Wang <witallwang@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/kcov.c')
0 files changed, 0 insertions, 0 deletions