From fbfc353cefa63b75a3e47e703b2eb47bac32d8f4 Mon Sep 17 00:00:00 2001 From: Randall Spangler Date: Sun, 22 Jul 2012 12:24:59 -0700 Subject: Revert "i2c: Support command version numbers" This reverts commit b983290238458f88a897ce3cfb06faae9ec79a40 Dependent on reverted change. Change-Id: I3bb4c6acf4ff327f956ee5e1b6deefcd84dc8fbb Reviewed-on: https://gerrit.chromium.org/gerrit/28138 Commit-Ready: Randall Spangler Reviewed-by: Randall Spangler Tested-by: Randall Spangler --- include/host_command.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/host_command.h') diff --git a/include/host_command.h b/include/host_command.h index 135f493737..a88761a6e2 100644 --- a/include/host_command.h +++ b/include/host_command.h @@ -22,7 +22,6 @@ struct host_cmd_handler_args { uint8_t command; /* Command (e.g., EC_CMD_FLASH_GET_INFO) */ uint8_t version; /* Version of command (0-31) */ uint8_t params_size; /* Size of input parameters in bytes */ - uint8_t i2c_old_response; /* (for I2C) send an old-style response */ const uint8_t *params; /* Input parameters */ /* * Pointer to output response data buffer. On input to the handler, -- cgit v1.2.1