]> git.baikalelectronics.ru Git - kernel.git/commit
OMAP clockdomain/powerdomain: remove CONFIG_OMAP_DEBUG_{CLOCK,POWER}DOMAIN
authorPaul Walmsley <paul@pwsan.com>
Tue, 8 Dec 2009 23:33:10 +0000 (16:33 -0700)
committerpaul <paul@twilight.(none)>
Sat, 12 Dec 2009 00:00:40 +0000 (17:00 -0700)
commite68f4d4f15caf4f5b2d3754b39368b895e419548
treefc6bdba405aa6952ce6466e91e6d1afa1e256fe0
parent36dd364199b1ce437cbe2d5803c571c651d08354
OMAP clockdomain/powerdomain: remove CONFIG_OMAP_DEBUG_{CLOCK,POWER}DOMAIN

Avoid cluttering the Kconfig space with debug options that are rarely
used.  These can now be enabled and disabled by patching the "#undef DEBUG"
in the source files with "#define DEBUG", conforming to the practice for
the rest of the linux-omap code.

Also, while we're here, some lines in plat-omap/Kconfig use sets of
leading spaces when those lines should start with tabs.  Convert most
of them to use tabs.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/clockdomain.c
arch/arm/mach-omap2/powerdomain.c
arch/arm/plat-omap/Kconfig