Commit 0a4a1e68 authored by Ilya Dryomov's avatar Ilya Dryomov

rbd: remove redundant declaration of rbd_spec_put()

Signed-off-by: default avatarIlya Dryomov <idryomov@gmail.com>
parent 4d8969af
......@@ -445,7 +445,6 @@ static ssize_t rbd_add_single_major(struct bus_type *bus, const char *buf,
static ssize_t rbd_remove_single_major(struct bus_type *bus, const char *buf,
size_t count);
static int rbd_dev_image_probe(struct rbd_device *rbd_dev, int depth);
static void rbd_spec_put(struct rbd_spec *spec);
static int rbd_dev_id_to_minor(int dev_id)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment