spmi: pmic_arb: Fix compile warning

Remove unused variable.

Change-Id: I7239287e4cc4aef63fbf9453081df73270c35b63
Signed-off-by: Ping Jiang <scottjiang@codeaurora.org>
This commit is contained in:
Ping Jiang 2021-03-05 19:09:36 +08:00
parent c073c18fe7
commit b9a83e7eba

View File

@ -838,8 +838,6 @@ static int virtio_spmi_probe(struct virtio_device *vdev)
static void virtio_spmi_remove(struct virtio_device *vdev)
{
struct virtio_spmi *vs = vdev->priv;
vdev->config->reset(vdev);
vdev->config->del_vqs(vdev);
}