diff --git a/drivers/md/bcache/closure.c b/drivers/md/bcache/closure.c index f54f7c9981d47f2a3df98a0da952bd3c5abbea5e..bd05a9a8c7cf933e028be5eefbd1cd178681e495 100644 --- a/drivers/md/bcache/closure.c +++ b/drivers/md/bcache/closure.c @@ -337,7 +337,6 @@ static const struct file_operations debug_ops = { void __init closure_debug_init(void) { debug = debugfs_create_file("closures", 0400, NULL, NULL, &debug_ops); - return 0; } #endif