]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - mm/kmemleak.c
kmemleak: fix sparse warning for static declarations
authorLuis R. Rodriguez <lrodriguez@Atheros.com>
Tue, 8 Sep 2009 16:31:45 +0000 (17:31 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Tue, 8 Sep 2009 16:34:07 +0000 (17:34 +0100)
commit7eb0d5e5be4e312d5368896744476cc705b3d7e7
treeeebb81e3d4ccb04477b1ace42f666019015f71eb
parent0580a1819c584eb8b98f8701157667037e11153a
kmemleak: fix sparse warning for static declarations

This fixes these sparse warnings:

mm/kmemleak.c:1179:6: warning: symbol 'start_scan_thread' was not declared. Should it be static?
mm/kmemleak.c:1194:6: warning: symbol 'stop_scan_thread' was not declared. Should it be static?

Acked-by: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
mm/kmemleak.c