aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/bcache/closure.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/bcache/closure.c')
-rw-r--r--drivers/md/bcache/closure.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/md/bcache/closure.c b/drivers/md/bcache/closure.c
index f54f7c9981d..bd05a9a8c7c 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