]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
pinctrl: zynqmp: drop excess struct member description
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 10 Oct 2024 08:04:32 +0000 (10:04 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 Dec 2024 12:53:30 +0000 (13:53 +0100)
[ Upstream commit 2a85fc7044987d751f27d7f1e4423eebbcecc2c6 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/pinctrl/pinctrl-zynqmp.c

index 3c6d56fdb8c964f665aaaa5fbb174ed19383c489..93454d2a26bcc61e8eef820c1a3addebe1a7caa9 100644 (file)
@@ -49,7 +49,6 @@
  * @name:      Name of the pin mux function
  * @groups:    List of pin groups for this function
  * @ngroups:   Number of entries in @groups
- * @node:      Firmware node matching with the function
  *
  * This structure holds information about pin control function
  * and function group names supporting that function.