Skip to content

Commit 656f3c1

Browse files
committed
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 <jgross@suse.com> Acked-by: Roger Pau Monné <roger.pau@citrix.com> Signed-off-by: Juergen Gross <jgross@suse.com>
1 parent 6935321 commit 656f3c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/block/xen-blkback/common.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,6 @@ void xen_blkif_xenbus_fini(void);
384384

385385
irqreturn_t xen_blkif_be_int(int irq, void *dev_id);
386386
int xen_blkif_schedule(void *arg);
387-
int xen_blkif_purge_persistent(void *arg);
388387
void xen_blkbk_free_caches(struct xen_blkif_ring *ring);
389388

390389
int xen_blkbk_flush_diskcache(struct xenbus_transaction xbt,

0 commit comments

Comments
 (0)