From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45026) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SWYec-0004jG-5O for qemu-devel@nongnu.org; Mon, 21 May 2012 15:52:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SWYea-0005ae-HJ for qemu-devel@nongnu.org; Mon, 21 May 2012 15:52:29 -0400 Received: from mx.meyering.net ([88.168.87.75]:37716 helo=hx.meyering.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SWYea-0005aX-5C for qemu-devel@nongnu.org; Mon, 21 May 2012 15:52:28 -0400 From: Jim Meyering Date: Mon, 21 May 2012 21:51:34 +0200 Message-Id: <1337629910-30302-3-git-send-email-jim@meyering.net> In-Reply-To: <1337629910-30302-1-git-send-email-jim@meyering.net> References: <1337629910-30302-1-git-send-email-jim@meyering.net> Subject: [Qemu-devel] [PATCH 1/9] ccid: declare DEFAULT_ATR table to be "static const" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Jim Meyering From: Jim Meyering Signed-off-by: Jim Meyering --- hw/ccid-card-passthru.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/ccid-card-passthru.c b/hw/ccid-card-passthru.c index bd6c777..1caaa45 100644 --- a/hw/ccid-card-passthru.c +++ b/hw/ccid-card-passthru.c @@ -27,7 +27,7 @@ do { \ #define D_VERBOSE 4 /* TODO: do we still need this? */ -uint8_t DEFAULT_ATR[] = { +static const uint8_t DEFAULT_ATR[] = { /* * From some example somewhere * 0x3B, 0xB0, 0x18, 0x00, 0xD1, 0x81, 0x05, 0xB1, 0x40, 0x38, 0x1F, 0x03, 0x28 -- 1.7.10.2.552.gaa3bb87