]> Git Repo - linux.git/commitdiff
pinctrl: intel: Drop unused irqchip member in struct intel_pinctrl
authorAndy Shevchenko <[email protected]>
Mon, 16 May 2022 18:05:41 +0000 (21:05 +0300)
committerAndy Shevchenko <[email protected]>
Wed, 18 May 2022 12:42:20 +0000 (15:42 +0300)
There is no users of irqchip member in struct intel_pinctrl. Drop it.

Signed-off-by: Andy Shevchenko <[email protected]>
Acked-by: Mika Westerberg <[email protected]>
drivers/pinctrl/intel/pinctrl-intel.h

index c4fef03b663f7b30fd018efde4d53711b1b8b108..710341bb67ccc484bf8e265636c612d70434095e 100644 (file)
@@ -223,7 +223,6 @@ struct intel_pinctrl_context {
  * @pctldesc: Pin controller description
  * @pctldev: Pointer to the pin controller device
  * @chip: GPIO chip in this pin controller
- * @irqchip: IRQ chip in this pin controller
  * @soc: SoC/PCH specific pin configuration data
  * @communities: All communities in this pin controller
  * @ncommunities: Number of communities in this pin controller
@@ -236,7 +235,6 @@ struct intel_pinctrl {
        struct pinctrl_desc pctldesc;
        struct pinctrl_dev *pctldev;
        struct gpio_chip chip;
-       struct irq_chip irqchip;
        const struct intel_pinctrl_soc_data *soc;
        struct intel_community *communities;
        size_t ncommunities;
This page took 0.054687 seconds and 4 git commands to generate.