We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd7342f commit 6d7ffe1Copy full SHA for 6d7ffe1
drivers/mmc/core/mmc_test.c
@@ -3267,17 +3267,12 @@ static void mmc_test_remove(struct mmc_card *card)
3267
mmc_test_free_dbgfs_file(card);
3268
}
3269
3270
-static void mmc_test_shutdown(struct mmc_card *card)
3271
-{
3272
-}
3273
-
3274
static struct mmc_driver mmc_driver = {
3275
.drv = {
3276
.name = "mmc_test",
3277
},
3278
.probe = mmc_test_probe,
3279
.remove = mmc_test_remove,
3280
- .shutdown = mmc_test_shutdown,
3281
};
3282
3283
static int __init mmc_test_init(void)
0 commit comments