diff options
Diffstat (limited to 'drivers/md/bcache/closure.c')
-rw-r--r-- | drivers/md/bcache/closure.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/md/bcache/closure.c b/drivers/md/bcache/closure.c index f54f7c9981d4..bd05a9a8c7cf 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 |