From 921a4d86c15b05fe39fd84152929b05753ea67ab Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Thu, 7 Aug 2014 17:28:19 +0300 Subject: [PATCH] android/tester-hidhost: Make cid_data static --- android/tester-hidhost.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/tester-hidhost.c b/android/tester-hidhost.c index c6296aa7e..c7e3a6735 100644 --- a/android/tester-hidhost.c +++ b/android/tester-hidhost.c @@ -57,7 +57,7 @@ struct emu_cid_data { uint16_t intr_cid; }; -struct emu_cid_data cid_data; +static struct emu_cid_data cid_data; static const uint8_t did_req_pdu[] = { 0x06, /* PDU id */ 0x00, 0x00, /* Transaction id */ -- 2.47.3