diff options
author | Juergen Gross <jgross@suse.com> | 2022-12-12 09:43:28 +0100 |
---|---|---|
committer | Juergen Gross <jgross@suse.com> | 2023-04-25 11:09:22 +0200 |
commit | 656f3c1d7966ea65f9b51d17db3008ce5dbb4090 (patch) | |
tree | 2a1a5352c7011cb7b03fd919664ebeba71cfd327 /drivers/block | |
parent | 6935321eccf32555e6f7e6d29f4cccf84a5c1e3a (diff) | |
download | linux-stable-656f3c1d7966ea65f9b51d17db3008ce5dbb4090.tar.gz linux-stable-656f3c1d7966ea65f9b51d17db3008ce5dbb4090.tar.bz2 linux-stable-656f3c1d7966ea65f9b51d17db3008ce5dbb4090.zip |
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>
Diffstat (limited to 'drivers/block')
-rw-r--r-- | drivers/block/xen-blkback/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/block/xen-blkback/common.h b/drivers/block/xen-blkback/common.h index 9a13a6b420a6..fab8a8dee0da 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, |