s390/pci: use builtin_misc_device macro to simplify the code
authorLi Zetao <lizetao1@huawei.com>
Tue, 15 Aug 2023 08:08:33 +0000 (16:08 +0800)
committerHeiko Carstens <hca@linux.ibm.com>
Wed, 23 Aug 2023 12:37:42 +0000 (14:37 +0200)
commitdedf98dd1cfb61cfc74be9248b90a49b42c6dead
tree9e50bd04a8003866565f2d0afdd11e4afdaff891
parent6daf5a682463c6c44538995c72bde2be992dc8e0
s390/pci: use builtin_misc_device macro to simplify the code

Use the builtin_misc_device macro to simplify the code, which is the same
as declaring with device_initcall().

Signed-off-by: Li Zetao <lizetao1@huawei.com>
Acked-by: Niklas Schnelle <schnelle@linux.ibm.com>
Link: https://lore.kernel.org/r/20230815080833.1103609-1-lizetao1@huawei.com
Signed-off-by: Niklas Schnelle <schnelle@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/pci/pci_clp.c