Merge branch 'next' into for-linus
[pandora-kernel.git] / include / linux / mfd / max8997.h
index cb671b3..60931d0 100644 (file)
@@ -78,8 +78,11 @@ struct max8997_regulator_data {
 };
 
 struct max8997_platform_data {
-       bool wakeup;
-       /* IRQ: Not implemented */
+       /* IRQ */
+       int irq_base;
+       int ono;
+       int wakeup;
+
        /* ---- PMIC ---- */
        struct max8997_regulator_data *regulators;
        int num_regulators;