Revision ffa550cd691b8ba6c6117ce986516635afe03c13 authored by Jason Yan on 26 September 2020, 04:19:21 UTC, committed by Linus Torvalds on 26 September 2020, 17:33:57 UTC
This addresses the following sparse warning:

  lib/memregion.c:8:5: warning: symbol 'memregion_alloc' was not declared. Should it be static?
  lib/memregion.c:14:6: warning: symbol 'memregion_free' was not declared. Should it be static?

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Jason Yan <yanaijie@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Link: https://lkml.kernel.org/r/20200921142852.875312-1-yanaijie@huawei.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 1e1b6d6
History
File Mode Size
Kconfig -rw-r--r-- 298 bytes
Makefile -rw-r--r-- 122 bytes
l3mdev.c -rw-r--r-- 6.6 KB

back to top