From: Vladimir Serbinenko Date: Mon, 22 Feb 2016 18:39:30 +0000 (+0100) Subject: cleaner X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d624e04af12cd45124c80c7eb74998ee2815616c;p=thirdparty%2Fgrub.git cleaner --- diff --git a/grub-core/term/arm/cros_ec.c b/grub-core/term/arm/cros_ec.c index 4ef80351e..b4e6772de 100644 --- a/grub-core/term/arm/cros_ec.c +++ b/grub-core/term/arm/cros_ec.c @@ -457,21 +457,6 @@ struct ec_response_get_comms_status { uint32_t flags; /* Mask of enum ec_comms_status */ } __packed; -/* Fake a variety of responses, purely for testing purposes. */ -#define EC_CMD_TEST_PROTOCOL 0x0a - -/* Tell the EC what to send back to us. */ -struct ec_params_test_protocol { - uint32_t ec_result; - uint32_t ret_len; - uint8_t buf[32]; -} __packed; - -/* Here it comes... */ -struct ec_response_test_protocol { - uint8_t buf[32]; -} __packed; - /* Get prococol information */ #define EC_CMD_GET_PROTOCOL_INFO 0x0b