]> git.baikalelectronics.ru Git - kernel.git/commit
xtensa: move S32C1I self-test to a separate file
authorMax Filippov <jcmvbkbc@gmail.com>
Wed, 16 Nov 2016 23:02:29 +0000 (15:02 -0800)
committerMax Filippov <jcmvbkbc@gmail.com>
Wed, 16 Nov 2016 23:08:28 +0000 (15:08 -0800)
commit8944fed22db19348fd25ba051faa5b3b9cf7297d
tree8ac44acbbfcaa5d313f746f1367a2bba98e0f8f2
parent6ddd51b29378d3b0f77714065f69c419c139db9a
xtensa: move S32C1I self-test to a separate file

The test is not called from any of the setup functions, so there's no
reason keeping it in the setup.c. Move it to s32c1i_selftest.c and drop
related #include directives.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
arch/xtensa/kernel/Makefile
arch/xtensa/kernel/s32c1i_selftest.c [new file with mode: 0644]
arch/xtensa/kernel/setup.c