]> git.baikalelectronics.ru Git - kernel.git/commit
s390/vfio-ap: remove superfluous MODULE_DEVICE_TABLE declaration
authorThomas Huth <thuth@redhat.com>
Wed, 13 Apr 2022 09:44:16 +0000 (11:44 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Mon, 25 Apr 2022 11:54:15 +0000 (13:54 +0200)
commit639691ba3066ce5f8fef21abccc1245ca01df43d
treef0037e65abe9e0be7cbd00baf6b0712f7480a1b5
parent535ecc578a04610bc5c7fbaec649b58fc8b6fe4a
s390/vfio-ap: remove superfluous MODULE_DEVICE_TABLE declaration

The vfio_ap module tries to register for the vfio_ap bus - but that's
the interface that it provides itself, so this does not make much sense,
thus let's simply drop this statement now.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Tony Krowiak <akrowiak@linux.ibm.com>
Link: https://lore.kernel.org/r/20220413094416.412114-1-thuth@redhat.com
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
drivers/s390/crypto/vfio_ap_drv.c