mmc: remove the call to check_disk_change
authorChristoph Hellwig <hch@lst.de>
Wed, 8 Jul 2020 12:25:46 +0000 (14:25 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 8 Jul 2020 22:20:01 +0000 (16:20 -0600)
commit9eb994ec54be320b51fba48d1e52a046cbb742a5
tree019c671774f8350ea4dc9567d5dbadc89d0c47fb
parent3d3a6a2088bc7ec9dcaa7bfa8db5fa83d98e6641
mmc: remove the call to check_disk_change

The mmc driver doesn't support event notifications, which means
that check_disk_change is a no-op.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/mmc/core/block.c