]> git.karo-electronics.de Git - mv-sheeva.git/commit
tracing/blktrace: move the tracing file to kernel/trace, fix
authorIngo Molnar <mingo@elte.hu>
Mon, 9 Feb 2009 11:06:54 +0000 (12:06 +0100)
committerIngo Molnar <mingo@elte.hu>
Mon, 9 Feb 2009 11:07:28 +0000 (12:07 +0100)
commit1dfba05d0f1a9b4245bb242a7c17fe448811a520
treec3452c4c41b6e7d9660fe49464238dae004fbd0b
parentb5db03c4355e568f1567758287b30a6a262d5057
tracing/blktrace: move the tracing file to kernel/trace, fix

Impact: build fix

The BLK_DEV_IO_TRACE entry used to be in block/Kconfig - which
file itself was dependent on CONFIG_BLOCK. But now the entry is
in kernel/trace/Kconfig - which is present even on !CONFIG_BLOCK.

So add a 'depends on BLOCK' to BLK_DEV_IO_TRACE.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/trace/Kconfig