aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mfd/glamo-core.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mfd/glamo-core.h')
-rw-r--r--include/linux/mfd/glamo-core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/mfd/glamo-core.h b/include/linux/mfd/glamo-core.h
index ba7c69dce2f..8275a2fae50 100644
--- a/include/linux/mfd/glamo-core.h
+++ b/include/linux/mfd/glamo-core.h
@@ -37,6 +37,9 @@ struct glamo_core {
enum glamo_engine_state engine_state[__NUM_GLAMO_ENGINES];
spinlock_t lock;
uint16_t saved_irq_mask;
+#ifdef CONFIG_DEBUG_FS
+ struct dentry *debugfs_dir;
+#endif
};
struct glamo_script {