cbus: Fix compile by converting ioctl calls to unlocked_ioctlcalls
authorJarkko Nikula <jhnikula@gmail.com>
Tue, 14 Sep 2010 08:30:09 +0000 (08:30 +0000)
committerTony Lindgren <tony@atomide.com>
Tue, 28 Sep 2010 19:02:08 +0000 (12:02 -0700)
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 <jhnikula@gmail.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found