]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
OMAP2 clock: drop CONFIG_PARTICIPANT clock flag
authorPaul Walmsley <paul@pwsan.com>
Wed, 7 Jan 2009 15:20:25 +0000 (17:20 +0200)
committerTony Lindgren <tony@atomide.com>
Wed, 7 Jan 2009 15:20:25 +0000 (17:20 +0200)
commitf438e7e9dcd837fd64109256fce82725f7887428
tree685f06e22cce229a91b9e5857e07a48f4ca9ec6b
parentab0f0e3e3625d5b9abaf37133478c69b4a193521
OMAP2 clock: drop CONFIG_PARTICIPANT clock flag

The CONFIG_PARTICIPANT flags indicates to the clock rate and parent
changing functions that they should not be used on this clock.  Better
just to remove the clock function pointers that operate on those
clocks.  The name of the flag is just terrible: its meaning has almost
nothing to do with its name, and the use of the CONFIG_ prefix makes
it appear to be a Kconfig option.  Get rid of it.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/clock.c
arch/arm/mach-omap2/clock24xx.h
arch/arm/plat-omap/include/mach/clock.h