From: Arnd Bergmann Date: Tue, 27 Apr 2010 14:24:24 +0000 (+0200) Subject: coda/psdev: Remove BKL from ioctl function X-Git-Tag: v2.6.35-rc1~411^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=977183902a52d1e0adc986f9462424db5a545044;p=pandora-kernel.git coda/psdev: Remove BKL from ioctl function The ioctl function returns constant results, so it obviously does not need the BKL and can be converted to unlocked_ioctl. Signed-off-by: Arnd Bergmann Signed-off-by: Frederic Weisbecker --- Reading git-diff-tree failed