summaryrefslogtreecommitdiff
path: root/drivers/md/bcache/bcache.h
diff options
context:
space:
mode:
authorDongbo Cao <cdbdyx@163.com>2018-10-08 15:41:17 +0300
committerJens Axboe <axboe@kernel.dk>2018-10-08 17:19:53 +0300
commit91bafdf081b8ad8ab4977918ee45dffe3d744060 (patch)
tree2a3a455bddfebd55949b066b1891a833f331f63d /drivers/md/bcache/bcache.h
parent3fd3c5c02b2865e506bee1212c8423eac0d4cddf (diff)
downloadlinux-91bafdf081b8ad8ab4977918ee45dffe3d744060.tar.xz
bcache: remove useless parameter of bch_debug_init()
Parameter "struct kobject *kobj" in bch_debug_init() is useless, remove it in this patch. Signed-off-by: Dongbo Cao <cdbdyx@163.com> Signed-off-by: Coly Li <colyli@suse.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/md/bcache/bcache.h')
-rw-r--r--drivers/md/bcache/bcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/bcache/bcache.h b/drivers/md/bcache/bcache.h
index 954dad29e6e8..b61b83bbcfff 100644
--- a/drivers/md/bcache/bcache.h
+++ b/drivers/md/bcache/bcache.h
@@ -1004,7 +1004,7 @@ void bch_open_buckets_free(struct cache_set *c);
int bch_cache_allocator_start(struct cache *ca);
void bch_debug_exit(void);
-void bch_debug_init(struct kobject *kobj);
+void bch_debug_init(void);
void bch_request_exit(void);
int bch_request_init(void);