]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] sysctl: remove sys_sysctl support from drivers/char/rtc.c
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 14 Feb 2007 08:33:52 +0000 (00:33 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 14 Feb 2007 16:09:57 +0000 (08:09 -0800)
commit882077b200c2c345c5efdb88f52aeb098deba131
treeea7fe13135dcf885c8d7f2b1bc8c6df4d5fa7c6d
parent216e1c2d04822e2f01d0d1154847449c302b1af3
[PATCH] sysctl: remove sys_sysctl support from drivers/char/rtc.c

The real time clock driver was using the binary number reserved for cdroms in
the sysctl binary number interface, which is a no-no.  So since the sysctl
binary interface is wrong remove it.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/rtc.c