diff options
author | 2021-03-29 17:40:19 +0800 | |
---|---|---|
committer | 2021-04-05 11:30:57 +0200 | |
commit | 4e774d59e59956c45c02cfcc23f85a26be8d8bea (patch) | |
tree | d21e2afb7c20ede93baa3e49cf562fc11b126f0b /lib/errseq.c | |
parent | s390/cio: use DEFINE_SPINLOCK() for spinlock (diff) | |
download | linux-dev-4e774d59e59956c45c02cfcc23f85a26be8d8bea.tar.xz linux-dev-4e774d59e59956c45c02cfcc23f85a26be8d8bea.zip |
s390/cio: use DECLARE_WAIT_QUEUE_HEAD() for wait_queue
wait_queue_head_t can be initialized automatically with
DECLARE_WAIT_QUEUE_HEAD() rather than explicitly calling
init_waitqueue_head().
Signed-off-by: Shixin Liu <liushixin2@huawei.com>
Acked-by: Vineeth Vijayan <vneethv@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'lib/errseq.c')
0 files changed, 0 insertions, 0 deletions