Example #1
0
void sii9244_interrupt_event_work(struct work_struct *p)
{
#ifdef MHL_DEBUG
	printk("[SKY_MHL] sii9244_interrupt_event_work() is called\n");
#endif
	sii9244_interrupt_event();
}
void sii9244_interrupt_event_work(struct work_struct *p)
{
	MHL_DEV_INFO("[SKY_MHL] sii9244_interrupt_event_work() is called\n");
	sii9244_interrupt_event();
}