alistair23-linux/arch/arm/mach-bcmring
Eric W. Biederman 5046961999 sysctl arm: Remove binary sysctl support
Now that sys_sysctl is a generic wrapper around /proc/sys  .ctl_name
and .strategy members of sysctl tables are dead code.  Remove them.

Remove a smattering of ctl_names used in sysctl paths,
and kill the ctl_names in the recently added mach-bcmring.

mach-bcmring never should have had sysctl entries with
.ctl_name set.  The binary sysctl interface has been frozen
for a long time before that code was merged, to prevent
probmes with conflicts and lack of testing.   The sysctl_check
code would have caught this if anyone had ever tested it that way.
So I have simply dropped the binary sysctl support instead of
adding another compat entry into sysctl_binary.c.  Going through
/proc/sys/reboot/warm will still work.

Cc: Leo Chen <leochen@broadcom.com>
Cc: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
2009-11-12 02:05:04 -08:00
..
csp ARM: 5653/1: bcmring: add Makefile of csp code 2009-08-15 16:01:49 +01:00
include ARM: 5748/1: bcmring: fix build warning messages 2009-10-07 13:13:01 +01:00
arch.c sysctl arm: Remove binary sysctl support 2009-11-12 02:05:04 -08:00
clock.c
clock.h
core.c ARM: 5748/1: bcmring: fix build warning messages 2009-10-07 13:13:01 +01:00
core.h
dma.c ARM: 5648/1: bcmring: add bmcring dma.c 2009-08-15 16:01:41 +01:00
dma_device.c ARM: 5647/1: bcmring: add bcmring dma.h and dma_device.c 2009-08-15 16:01:40 +01:00
irq.c ARM: 5645/1: bcmring: add bcmring irq.c 2009-08-15 16:01:39 +01:00
Kconfig ARM: 5642/1: bcmring: add Makefile/Kconfig/Makefile.boot in mach-bcmring 2009-08-15 16:01:50 +01:00
Makefile ARM: 5642/1: bcmring: add Makefile/Kconfig/Makefile.boot in mach-bcmring 2009-08-15 16:01:50 +01:00
Makefile.boot ARM: 5642/1: bcmring: add Makefile/Kconfig/Makefile.boot in mach-bcmring 2009-08-15 16:01:50 +01:00
mm.c ARM: 5646/1: bcmring: add mach-bcmring/mm.c and memory headers 2009-08-15 16:01:40 +01:00
timer.c ARM: 5649/1: bcmring: add bcmring timer function 2009-08-15 16:01:41 +01:00