Re: [PATCH] virtio: Remove PM #ifdef guards to fix i2c driver

From: Andi Shyti
Date: Wed Aug 02 2023 - 19:50:17 EST


Hi

On Tue, 01 Aug 2023 12:58:15 +0200, Arnd Bergmann wrote:
> A cleanup in the virtio i2c caused a build failure:
>
> drivers/i2c/busses/i2c-virtio.c:270:10: error: 'struct virtio_driver' has no member named 'freeze'
> drivers/i2c/busses/i2c-virtio.c:271:10: error: 'struct virtio_driver' has no member named 'restore'
>
> Change the structure definition to allow this cleanup to
> be applied everywhere.
>
> [...]

Applied to i2c/andi-for-next on

https://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git

Please note that this patch may still undergo further evaluation
and the final decision will be made in collaboration with
Wolfram.

Thank you,
Andi

Patches applied
===============
[1/1] virtio: Remove PM #ifdef guards to fix i2c driver
commit: 37097e6ffd22bb9ec0d87dfe5c6c3eec4d5b5421