mISDN: Use LIST_HEAD() for list_head
authorShixin Liu <liushixin2@huawei.com>
Tue, 30 Mar 2021 02:24:15 +0000 (10:24 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 30 Mar 2021 20:34:42 +0000 (13:34 -0700)
commit5979415d00d42fd66d4227a34a6fa528003ae88a
treedea86a4a09366e9c06fc033344a0cc1920b2786e
parent77053fb7b428099bfdc2ec81a923587a2692d84b
mISDN: Use LIST_HEAD() for list_head

There's no need to declare a list and then init it manually,
just use the LIST_HEAD() macro.

Signed-off-by: Shixin Liu <liushixin2@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/isdn/mISDN/dsp_core.c
drivers/isdn/mISDN/l1oip_core.c