static void did_dload_func(struct work_struct *work)
{
	printk(KERN_INFO "%s, flag : %ld\n", __func__, did_dload_data.flag);	
#ifdef CONFIG_LGE_SUPPORT_RAPI 
	remote_did_rpc();
#endif
	return;
}
static void
did_dload_func(struct work_struct *work)
{
	printk(KERN_INFO "%s, flag : %ld\n", __func__, did_dload_data.flag);	
	//printk("%s [WQ] pressed: %d, keycode: %d\n", __func__, eta_gpio_matrix_data.pressed, eta_gpio_matrix_data.keycode);
#ifdef CONFIG_LGE_SUPPORT_RAPI 
	remote_did_rpc();
#endif
	return;
}