From: Juergen Gross Date: Mon, 12 Dec 2022 08:43:28 +0000 (+0100) Subject: xen/blkback: remove stale prototype X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=656f3c1d7966ea65f9b51d17db3008ce5dbb4090;p=linux.git xen/blkback: remove stale prototype There is no function xen_blkif_purge_persistent(), so remove its prototype from common.h. Signed-off-by: Juergen Gross Acked-by: Roger Pau Monné Signed-off-by: Juergen Gross --- diff --git a/drivers/block/xen-blkback/common.h b/drivers/block/xen-blkback/common.h index 9a13a6b420a61..fab8a8dee0da4 100644 --- a/drivers/block/xen-blkback/common.h +++ b/drivers/block/xen-blkback/common.h @@ -384,7 +384,6 @@ void xen_blkif_xenbus_fini(void); irqreturn_t xen_blkif_be_int(int irq, void *dev_id); int xen_blkif_schedule(void *arg); -int xen_blkif_purge_persistent(void *arg); void xen_blkbk_free_caches(struct xen_blkif_ring *ring); int xen_blkbk_flush_diskcache(struct xenbus_transaction xbt,