mfd: Revert "mfd: add irq domain support for max8997 interrupts"
This reverts commit 98d8618af3
as it
breaks the build of the muic driver.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
@@ -23,8 +23,6 @@
|
||||
#define __LINUX_MFD_MAX8997_PRIV_H
|
||||
|
||||
#include <linux/i2c.h>
|
||||
#include <linux/export.h>
|
||||
#include <linux/irqdomain.h>
|
||||
|
||||
#define MAX8997_REG_INVALID (0xff)
|
||||
|
||||
@@ -327,7 +325,7 @@ struct max8997_dev {
|
||||
|
||||
int irq;
|
||||
int ono;
|
||||
struct irq_domain *irq_domain;
|
||||
int irq_base;
|
||||
struct mutex irqlock;
|
||||
int irq_masks_cur[MAX8997_IRQ_GROUP_NR];
|
||||
int irq_masks_cache[MAX8997_IRQ_GROUP_NR];
|
||||
|
@@ -204,6 +204,7 @@ struct max8997_led_platform_data {
|
||||
|
||||
struct max8997_platform_data {
|
||||
/* IRQ */
|
||||
int irq_base;
|
||||
int ono;
|
||||
int wakeup;
|
||||
|
||||
|
Reference in New Issue
Block a user