]> git.baikalelectronics.ru Git - kernel.git/commit
lib: fix build failure in CONFIG_DEBUG_VIRTUAL test
authorChristophe Leroy <christophe.leroy@c-s.fr>
Mon, 10 Dec 2018 08:08:28 +0000 (08:08 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 17 Dec 2018 11:12:30 +0000 (22:12 +1100)
commit79d85152e36633687dab12e30fd817997e294d21
tree1948dbd2251bccce91402a786be3353663c3c1cb
parentf09ffa515f7b823f77253ba675cf556de10d7ef2
lib: fix build failure in CONFIG_DEBUG_VIRTUAL test

On several arches, virt_to_phys() is in io.h

Build fails without it:

  CC      lib/test_debug_virtual.o
lib/test_debug_virtual.c: In function 'test_debug_virtual_init':
lib/test_debug_virtual.c:26:7: error: implicit declaration of function 'virt_to_phys' [-Werror=implicit-function-declaration]
  pa = virt_to_phys(va);
       ^

Fixes: b2dfaa4acf0b ("lib: add test module for CONFIG_DEBUG_VIRTUAL")
CC: stable@vger.kernel.org
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
lib/test_debug_virtual.c