From: Jinhyung Choi Date: Mon, 5 Jan 2015 13:26:03 +0000 (+0900) Subject: evdi: removed emuld connection nofication. X-Git-Tag: submit/tizen/20160422.055611~1^2~92 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=22b138d5bbce6caa2c1ad3831f25c6367ad3967b;p=sdk%2Femulator%2Femulator-kernel.git evdi: removed emuld connection nofication. - The connection message is sent by emuld. Change-Id: I3d40c422c44e74bdf79b86e6ffe7c1ebe2e1a653 Signed-off-by: Jinhyung Choi --- diff --git a/drivers/maru/maru_virtio_evdi.c b/drivers/maru/maru_virtio_evdi.c index 0b0165d94d2b..abe13c4ef73c 100644 --- a/drivers/maru/maru_virtio_evdi.c +++ b/drivers/maru/maru_virtio_evdi.c @@ -250,8 +250,6 @@ static int evdi_open(struct inode* inode, struct file* filp) evdi_info->guest_connected = true; - send_guest_connected_msg(true); - ret = _make_buf_and_kick(); if (ret < 0) return ret;