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:
Mark Brown
2012-04-17 14:51:47 +01:00
parent 575f690dc4
commit 82b719b11f
6 changed files with 33 additions and 39 deletions

View File

@@ -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];

View File

@@ -204,6 +204,7 @@ struct max8997_led_platform_data {
struct max8997_platform_data {
/* IRQ */
int irq_base;
int ono;
int wakeup;