From: Israel Rukshin Date: Mon, 19 Nov 2018 10:58:52 +0000 (+0000) Subject: nvme: Remove unused forward declaration X-Git-Tag: microblaze-v5.1-rc1~53^2~114 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=5c4072ad1c151c65c3d60f95536786042cd49e29;p=linux-2.6-microblaze.git nvme: Remove unused forward declaration Signed-off-by: Israel Rukshin Reviewed-by: Sagi Grimberg Reviewed-by: Max Gurtovoy Signed-off-by: Christoph Hellwig Signed-off-by: Jens Axboe --- diff --git a/drivers/nvme/host/core.c b/drivers/nvme/host/core.c index 48ffb1d685c2..71d2a89bbd1d 100644 --- a/drivers/nvme/host/core.c +++ b/drivers/nvme/host/core.c @@ -97,7 +97,6 @@ static dev_t nvme_chr_devt; static struct class *nvme_class; static struct class *nvme_subsys_class; -static void nvme_ns_remove(struct nvme_ns *ns); static int nvme_revalidate_disk(struct gendisk *disk); static void nvme_put_subsystem(struct nvme_subsystem *subsys); static void nvme_remove_invalid_namespaces(struct nvme_ctrl *ctrl,