Merge tag 'pinctrl-v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw...
[linux-block.git] / include / linux / gpio / driver.h
index 9adbdb1657db87813c116e999082a8e04221ebda..ccd8a512d8546583bbd029034442dce278bb1533 100644 (file)
@@ -336,7 +336,7 @@ struct gpio_irq_chip {
  * @set_multiple: assigns output values for multiple signals defined by "mask"
  * @set_config: optional hook for all kinds of settings. Uses the same
  *     packed config format as generic pinconf.
- * @to_irq: optional hook supporting non-static gpio_to_irq() mappings;
+ * @to_irq: optional hook supporting non-static gpiod_to_irq() mappings;
  *     implementation may not sleep
  * @dbg_show: optional routine to show contents in debugfs; default code
  *     will be used when this is omitted, but custom code can show extra
@@ -503,13 +503,6 @@ struct gpio_chip {
         * the device tree automatically may have an OF translation
         */
 
-       /**
-        * @of_node:
-        *
-        * Pointer to a device tree node representing this GPIO controller.
-        */
-       struct device_node *of_node;
-
        /**
         * @of_gpio_n_cells:
         *