aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/hi6421-spmi-pmic.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2021-07-17 11:58:13 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-07-21 11:23:42 +0200
commitf81d992182570d56db642344fa89a7e1777dbc80 (patch)
tree97024a3a3a74cc636badf5abf0d89cebdb141a04 /include/linux/mfd/hi6421-spmi-pmic.h
parentstaging: hi6421-spmi-pmic: rename spmi_device struct (diff)
downloadlinux-dev-f81d992182570d56db642344fa89a7e1777dbc80.tar.xz
linux-dev-f81d992182570d56db642344fa89a7e1777dbc80.zip
staging: hi6421-spmi-pmic: rename GPIO IRQ OF node
Instead of using the standard name ("gpios"), use "interrupts". Suggested-by: Rob Herring <robh@kernel.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Link: https://lore.kernel.org/r/8b2cad1e9b9904c6a2aaea8786d5e5a39f09ac19.1626515862.git.mchehab+huawei@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/mfd/hi6421-spmi-pmic.h')
-rw-r--r--include/linux/mfd/hi6421-spmi-pmic.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mfd/hi6421-spmi-pmic.h b/include/linux/mfd/hi6421-spmi-pmic.h
index 2660226138b8..254430c897d6 100644
--- a/include/linux/mfd/hi6421-spmi-pmic.h
+++ b/include/linux/mfd/hi6421-spmi-pmic.h
@@ -22,7 +22,6 @@ struct hi6421_spmi_pmic {
spinlock_t lock;
struct irq_domain *domain;
int irq;
- int gpio;
unsigned int *irqs;
struct regmap *regmap;
};