diff options
| author | Masahiro Yamada <[email protected]> | 2024-07-27 14:37:36 +0000 |
|---|---|---|
| committer | Shuah Khan <[email protected]> | 2024-08-06 19:40:20 +0000 |
| commit | 2a6b6c9a226279b4f6668450ddb21ae655558087 (patch) | |
| tree | 72969ff287d26d17eebec064373c9a659b92b151 /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | |
| parent | selftest: acct: Add selftest for the acct() syscall (diff) | |
| download | kernel-2a6b6c9a226279b4f6668450ddb21ae655558087.tar.gz kernel-2a6b6c9a226279b4f6668450ddb21ae655558087.zip | |
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 <[email protected]>
Signed-off-by: Shuah Khan <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions
