linux-yocto/tools/testing/selftests/drivers/s390x/uvdevice
Masahiro Yamada 2a6b6c9a22 selftests: harness: remove unneeded __constructor_order_last()
__constructor_order_last() is unneeded.

If __constructor_order_last() is not called on backward-order systems,
__constructor_order will remain 0 instead of being set to
_CONSTRUCTOR_ORDER_BACKWARD (= -1).

__LIST_APPEND() will still take the 'else' branch, so there is no
difference in the behavior.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
2024-08-06 13:40:20 -06:00
..
config
Makefile selftests: drivers: Fix incorrect kernel headers search path 2023-02-13 09:09:44 -07:00
test_uvdevice.c selftests: harness: remove unneeded __constructor_order_last() 2024-08-06 13:40:20 -06:00