commit | 8eda7963235d0c2d6f926dea951f071bf9aa730f | [log] [tgz] |
---|---|---|
author | Shuah Khan <skhan@linuxfoundation.org> | Thu Dec 09 13:58:49 2021 -0700 |
committer | Shuah Khan <skhan@linuxfoundation.org> | Fri Dec 10 17:50:46 2021 -0700 |
tree | 40787ff80741a3f1e0b98036aee3d4f5f9bd5242 | |
parent | fc1d330358423f5f812b3c647bf23e25cae5ab15 [diff] |
selftests/ir: remove ARRAY_SIZE define from ir_loopback.c ARRAY_SIZE is defined in several selftests. Remove definitions from individual test files and include header file for the define instead. ARRAY_SIZE define is added in a separate patch to prepare for this change. Remove ARRAY_SIZE from ir_loopback.c and pickup the one defined in kselftest.h. Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>