aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mfd')
-rw-r--r--include/linux/mfd/cros_ec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/cros_ec.h b/include/linux/mfd/cros_ec.h
index cfa78bb4990f..d50ade418a83 100644
--- a/include/linux/mfd/cros_ec.h
+++ b/include/linux/mfd/cros_ec.h
@@ -163,6 +163,7 @@ struct cros_ec_device {
163 struct ec_response_get_next_event_v1 event_data; 163 struct ec_response_get_next_event_v1 event_data;
164 int event_size; 164 int event_size;
165 u32 host_event_wake_mask; 165 u32 host_event_wake_mask;
166 u32 last_resume_result;
166}; 167};
167 168
168/** 169/**