commit | 77e38bffe0fcaa48f0be68eaa1de4a59d1fd93ad | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | Mon Jul 14 22:38:27 2008 +0200 |
committer | Jean Delvare <khali@mahadeva.delvare> | Mon Jul 14 22:38:27 2008 +0200 |
tree | dd49613bd990bbd76bdb69aa77b258d4175503a7 | |
parent | 5bc1200852c3dfc312481f57622f48b289ac802e [diff] |
i2c: Push ioctl BKL down into the i2c code This is part of the effort to get rid of the BKL. [JD: In fact i2c-dev doesn't need more locking than is already done for the other i2c drivers, so we can simply switch to unlocked_ioctl.] Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Jean Delvare <khali@linux-fr.org>