From f5cc75c4f55a403e64bbbbe57eaaf51d1ecfccda Mon Sep 17 00:00:00 2001 From: "munkyu.im" Date: Thu, 24 Oct 2013 14:47:25 +0900 Subject: [PATCH] maru: remove warnings Change-Id: I946917dedeaf9a6e18a906d71e57e469993a85be Signed-off-by: munkyu.im --- drivers/maru/maru_virtio_evdi.c | 3 --- drivers/maru/maru_virtio_nfc.c | 1 - 2 files changed, 4 deletions(-) diff --git a/drivers/maru/maru_virtio_evdi.c b/drivers/maru/maru_virtio_evdi.c index c89b4af154c7..7ba946d48ef4 100755 --- a/drivers/maru/maru_virtio_evdi.c +++ b/drivers/maru/maru_virtio_evdi.c @@ -77,9 +77,6 @@ struct msg_info { CSCliSN cclisn; }; -static int g_wake_up_interruptible_count = 0; -static int g_read_count = 0; - /* device protocol */ #define SIZEOF_MSG_INFO sizeof(struct msg_info) diff --git a/drivers/maru/maru_virtio_nfc.c b/drivers/maru/maru_virtio_nfc.c index 7c0fab559c7b..b69f62de941c 100755 --- a/drivers/maru/maru_virtio_nfc.c +++ b/drivers/maru/maru_virtio_nfc.c @@ -59,7 +59,6 @@ unsigned char buf[MAX_BUF_SIZE]; -static int g_wake_up_interruptible_count = 0; static int g_read_count = 0; /* device protocol */ -- 2.34.1