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

pinctrl: zynqmp: drop excess struct member description

The 'node' member has never been part of this structure so drop its
description.

Fixes: 8b242ca700f8 ("pinctrl: Add Xilinx ZynqMP pinctrl driver support")
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Link: https://lore.kernel.org/20241010080432.7781-1-brgl@bgdev.pl
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Bartosz Golaszewski and committed by
Linus Walleij
2a85fc70 07d944b9

-1
-1
drivers/pinctrl/pinctrl-zynqmp.c
··· 56 56 * @name: Name of the pin mux function 57 57 * @groups: List of pin groups for this function 58 58 * @ngroups: Number of entries in @groups 59 - * @node: Firmware node matching with the function 60 59 * 61 60 * This structure holds information about pin control function 62 61 * and function group names supporting that function.