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=2ef854828e520fa03928370bdbeceb9e265e13c1;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