aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/mfd/cros_ec.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mfd/cros_ec.h b/include/linux/mfd/cros_ec.h
index 0ebf26fddbbb..fcbe9d129a9d 100644
--- a/include/linux/mfd/cros_ec.h
+++ b/include/linux/mfd/cros_ec.h
@@ -62,7 +62,6 @@ struct cros_ec_command {
62 * @dev: Device pointer 62 * @dev: Device pointer
63 * @was_wake_device: true if this device was set to wake the system from 63 * @was_wake_device: true if this device was set to wake the system from
64 * sleep at the last suspend 64 * sleep at the last suspend
65 * @event_notifier: interrupt event notifier for transport devices
66 * @cmd_xfer: send command to EC and get response 65 * @cmd_xfer: send command to EC and get response
67 * Returns the number of bytes received if the communication succeeded, but 66 * Returns the number of bytes received if the communication succeeded, but
68 * that doesn't mean the EC was happy with the command. The caller 67 * that doesn't mean the EC was happy with the command. The caller
@@ -93,7 +92,6 @@ struct cros_ec_device {
93 struct device *dev; 92 struct device *dev;
94 bool was_wake_device; 93 bool was_wake_device;
95 struct class *cros_class; 94 struct class *cros_class;
96 struct blocking_notifier_head event_notifier;
97 int (*cmd_xfer)(struct cros_ec_device *ec, 95 int (*cmd_xfer)(struct cros_ec_device *ec,
98 struct cros_ec_command *msg); 96 struct cros_ec_command *msg);
99 97