ip27-rtc: convert ioctl to unlocked_ioctl
commit102f4a02de5c7217a04ccbbc24f35224b98bb183
authorCyrill Gorcunov <gorcunov@gmail.com>
Wed, 6 Feb 2008 09:38:53 +0000 (6 01:38 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 6 Feb 2008 18:41:14 +0000 (6 10:41 -0800)
tree0da07b443079c2c1b326e70912efa380c3f77de1
parent9d8af78b07976d4d84e0df491abd4e9db848d0ad
ip27-rtc: convert ioctl to unlocked_ioctl

Convert ioctl call to unlocked_ioctl form.  It is possible (in that simple
way) due to a spinlock protection.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Acked-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/ip27-rtc.c