Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

gpio: xilinx: remove excess kernel doc

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@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202312150239.IyuTVvrL-lkp@intel.com/
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Reviewed-by: Michal Simek <michal.simek@amd.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>

-1
-1
drivers/gpio/gpio-xilinx.c
··· 52 52 * @dir: GPIO direction shadow register 53 53 * @gpio_lock: Lock used for synchronization 54 54 * @irq: IRQ used by GPIO device 55 - * @irqchip: IRQ chip 56 55 * @enable: GPIO IRQ enable/disable bitfield 57 56 * @rising_edge: GPIO IRQ rising edge enable/disable bitfield 58 57 * @falling_edge: GPIO IRQ falling edge enable/disable bitfield