Skip to content

Commit

Permalink
gpio: xilinx: remove excess kernel doc
Browse files Browse the repository at this point in the history
commit 4c7fcbf upstream.

The irqchip field has been removed from struct xgpio_instance so remove
the doc as well.

Fixes: b4510f8 ("gpio: xilinx: Convert to immutable irq_chip")
Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Signed-off-by: Bartosz Golaszewski <[email protected]>
Reviewed-by: Michal Simek <[email protected]>
Reviewed-by: Randy Dunlap <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
Bartosz Golaszewski authored and gregkh committed Feb 21, 2025
1 parent 846d74f commit b880f21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gpio/gpio-xilinx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b880f21

Please sign in to comment.