maru: remove warnings 09/11309/1
authormunkyu.im <munkyu.im@samsung.com>
Thu, 24 Oct 2013 05:47:25 +0000 (14:47 +0900)
committermunkyu.im <munkyu.im@samsung.com>
Thu, 24 Oct 2013 05:52:18 +0000 (14:52 +0900)
Change-Id: I946917dedeaf9a6e18a906d71e57e469993a85be
Signed-off-by: munkyu.im <munkyu.im@samsung.com>
drivers/maru/maru_virtio_evdi.c
drivers/maru/maru_virtio_nfc.c

index c89b4af154c702722b76bbb556e80eb4baa07ebf..7ba946d48ef4a3fa17608d8afdaedaeb4979a7bb 100755 (executable)
@@ -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)
index 7c0fab559c7bdc3fa76359937e74934f41560576..b69f62de941cceddb62a6bdbc846716b60841168 100755 (executable)
@@ -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 */