staging: mfd: hi6421-spmi-pmic: get rid of unused OF properties
There are several OF properties that aren't used by Hikey 970, and some are not even used inside the driver. So, drop them, as as this makes easier to document what's actually used. If latter needed, those could be re-added later. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Link: https://lore.kernel.org/r/332f96c178b81bf1e9908a1da2127f043909ae0c.1597647359.git.mchehab+huawei@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
cf0f27b7b2
commit
bd07d62a47
@@ -48,19 +48,11 @@ struct hisi_pmic {
|
||||
struct irq_domain *domain;
|
||||
int irq;
|
||||
int gpio;
|
||||
unsigned int *irqs;
|
||||
unsigned int *irqs;
|
||||
int irqnum;
|
||||
int irqarray;
|
||||
struct irq_mask_info irq_mask_addr;
|
||||
struct irq_info irq_addr;
|
||||
int irqnum1;
|
||||
int irqarray1;
|
||||
struct irq_mask_info irq_mask_addr1;
|
||||
struct irq_info irq_addr1;
|
||||
struct write_lock normal_lock;
|
||||
struct write_lock debug_lock;
|
||||
|
||||
unsigned int g_extinterrupt_flag;
|
||||
struct irq_mask_info irq_mask_addr;
|
||||
struct irq_info irq_addr;
|
||||
};
|
||||
|
||||
u32 hisi_pmic_read(struct hisi_pmic *pmic, int reg);
|
||||
|
Reference in New Issue
Block a user