aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/stmfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mfd/stmfx.h')
-rw-r--r--include/linux/mfd/stmfx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/mfd/stmfx.h b/include/linux/mfd/stmfx.h
index d890595b89b6..744dce63946e 100644
--- a/include/linux/mfd/stmfx.h
+++ b/include/linux/mfd/stmfx.h
@@ -5,7 +5,7 @@
*/
#ifndef MFD_STMFX_H
-#define MFX_STMFX_H
+#define MFD_STMFX_H
#include <linux/regmap.h>
@@ -109,6 +109,7 @@ struct stmfx {
struct device *dev;
struct regmap *map;
struct regulator *vdd;
+ int irq;
struct irq_domain *irq_domain;
struct mutex lock; /* IRQ bus lock */
u8 irq_src;