1 --- acerhk.c.orig 2010-10-22 23:33:34.195981177 +0200
2 +++ acerhk.c 2010-10-22 23:39:16.349277070 +0200
3 @@ -2793,8 +2793,7 @@ static void acerhk_proc_cleanup(void)
5 /* {{{ file operations */
7 -static int acerhk_ioctl( struct inode *inode, struct file *file,
8 - unsigned int cmd, unsigned long arg )
9 +static long acerhk_unlocked_ioctl(struct file *file,unsigned int cmd, unsigned long arg )
13 @@ -2904,7 +2903,7 @@ static int acerhk_resume(struct platform
15 static struct file_operations acerhk_fops = {
17 - ioctl: acerhk_ioctl,
18 + unlocked_ioctl: acerhk_unlocked_ioctl,