Skip to content

Commit

Permalink
meson64-6.12: hackfix for add amlogic gpio to irq patch due to `pin…
Browse files Browse the repository at this point in the history
…ctrl: meson: Constify some structures`

- due to torvalds/linux@8a74a53 "pinctrl: meson: Constify some structures"
  • Loading branch information
rpardini committed Nov 17, 2024
1 parent c04e55f commit 03bbfb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ index 111111111111..222222222222 100644
+static int meson_gpio_to_irq(struct gpio_chip *chip, unsigned int gpio)
+{
+ struct meson_pinctrl *pc = gpiochip_get_data(chip);
+ struct meson_bank *bank;
+ const struct meson_bank *bank;
+ struct irq_fwspec fwspec;
+ int hwirq;
+
Expand Down

0 comments on commit 03bbfb7

Please sign in to comment.