ARM: 6291/1: coresight: move struct tracectx inside etm driver
authorAlexander Shishkin <virtuoso@slind.org>
Wed, 4 Aug 2010 10:22:43 +0000 (11:22 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 4 Oct 2010 19:20:44 +0000 (20:20 +0100)
This is done so as to be able to make use of the coresight components'
registers in assembler code (like omap sleep code). Also, there shouldn't
be any users of this structure outside the etm driver.

Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Alexander Shishkin <virtuoso@slind.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found