|
@@ -85,7 +85,6 @@ struct cros_ec_command {
|
|
|
* to using dword.
|
|
|
* @din_size: size of din buffer to allocate (zero to use static din)
|
|
|
* @dout_size: size of dout buffer to allocate (zero to use static dout)
|
|
|
- * @parent: pointer to parent device (e.g. i2c or spi device)
|
|
|
* @wake_enabled: true if this device can wake the system from sleep
|
|
|
* @cmd_xfer: send command to EC and get response
|
|
|
* Returns the number of bytes received if the communication succeeded, but
|
|
@@ -113,7 +112,6 @@ struct cros_ec_device {
|
|
|
uint8_t *dout;
|
|
|
int din_size;
|
|
|
int dout_size;
|
|
|
- struct device *parent;
|
|
|
bool wake_enabled;
|
|
|
int (*cmd_xfer)(struct cros_ec_device *ec,
|
|
|
struct cros_ec_command *msg);
|