diff options
author | Ilya Dryomov <idryomov@gmail.com> | 2018-02-12 10:00:36 -0500 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2018-04-02 04:12:46 -0400 |
commit | 0a4a1e68d861848d09ab4b4b280d13584ad8ca45 (patch) | |
tree | 1259d57259582bd1c085a5c7a7e0b80c43c1a4b2 /drivers/block/rbd.c | |
parent | 4d8969af28a5c1bccd9f42cf98ab5cff3c0fe140 (diff) |
rbd: remove redundant declaration of rbd_spec_put()
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'drivers/block/rbd.c')
-rw-r--r-- | drivers/block/rbd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/block/rbd.c b/drivers/block/rbd.c index 9a7f172103bb..5416b44741a3 100644 --- a/drivers/block/rbd.c +++ b/drivers/block/rbd.c | |||
@@ -445,7 +445,6 @@ static ssize_t rbd_add_single_major(struct bus_type *bus, const char *buf, | |||
445 | static ssize_t rbd_remove_single_major(struct bus_type *bus, const char *buf, | 445 | static ssize_t rbd_remove_single_major(struct bus_type *bus, const char *buf, |
446 | size_t count); | 446 | size_t count); |
447 | static int rbd_dev_image_probe(struct rbd_device *rbd_dev, int depth); | 447 | static int rbd_dev_image_probe(struct rbd_device *rbd_dev, int depth); |
448 | static void rbd_spec_put(struct rbd_spec *spec); | ||
449 | 448 | ||
450 | static int rbd_dev_id_to_minor(int dev_id) | 449 | static int rbd_dev_id_to_minor(int dev_id) |
451 | { | 450 | { |