From: Jarkko Nikula Date: Tue, 14 Sep 2010 08:30:09 +0000 (+0000) Subject: cbus: Fix compile by converting ioctl calls to unlocked_ioctlcalls X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6706610111f03b1f8b5350c543a520ea7e0d8a60;p=pandora-kernel.git cbus: Fix compile by converting ioctl calls to unlocked_ioctlcalls Locked .ioctl is gone from struct file_operations by commit b19dd42 so these cbus drivers don't compile. Also it seems there is no need for BKL anyway in these drivers. Signed-off-by: Jarkko Nikula Signed-off-by: Felipe Balbi Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed