From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> commit 4c7fcbf5077532b80bc233c83d56e09a6bfa16b0 upstream. The irqchip field has been removed from struct xgpio_instance so remove the doc as well. Fixes: b4510f8fd5d0 ("gpio: xilinx: Convert to immutable irq_chip") Reported-by: kernel test robot <lkp@xxxxxxxxx> Closes: https://lore.kernel.org/oe-kbuild-all/202312150239.IyuTVvrL-lkp@xxxxxxxxx/ Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> Reviewed-by: Michal Simek <michal.simek@xxxxxxx> Reviewed-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/gpio/gpio-xilinx.c | 1 - 1 file changed, 1 deletion(-) --- a/drivers/gpio/gpio-xilinx.c +++ b/drivers/gpio/gpio-xilinx.c @@ -52,7 +52,6 @@ * @dir: GPIO direction shadow register * @gpio_lock: Lock used for synchronization * @irq: IRQ used by GPIO device - * @irqchip: IRQ chip * @enable: GPIO IRQ enable/disable bitfield * @rising_edge: GPIO IRQ rising edge enable/disable bitfield * @falling_edge: GPIO IRQ falling edge enable/disable bitfield Patches currently in stable-queue which might be from bartosz.golaszewski@xxxxxxxxxx are queue-6.1/gpio-pca953x-improve-interrupt-support.patch queue-6.1/gpio-xilinx-convert-to-immutable-irq_chip.patch queue-6.1/gpio-mxc-remove-dead-code-after-switch-to-dt-only.patch queue-6.1/crypto-qce-fix-priority-to-be-less-than-armv8-ce.patch queue-6.1/crypto-qce-unregister-previously-registered-algos-in-error-path.patch queue-6.1/gpio-xilinx-remove-excess-kernel-doc.patch queue-6.1/gpio-xilinx-convert-gpio_lock-to-raw-spinlock.patch queue-6.1/crypto-qce-fix-goto-jump-in-error-path.patch