coresight-etm: remove check for unknown Kconfig macro
authorPaul Bolle <pebolle@tiscali.nl>
Mon, 26 Jan 2015 16:22:24 +0000 (09:22 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Feb 2015 18:42:55 +0000 (10:42 -0800)
commit406b9f659fbc966ab47a1fe8f5c1a2e8110483ad
treed9abc7094c211e0c6ba6dafd991d7ac9d9aa2654
parent34a03c1d30f04ca7439c685c0ea9b7d79c353705
coresight-etm: remove check for unknown Kconfig macro

The CoreSight ETM/PTM driver contains a check for a
CONFIG_CORESIGHT_SOURCE_ETM_DEFAULT_ENABLE macro. But there's no related
Kconfig symbol CORESIGHT_SOURCE_ETM_DEFAULT_ENABLE. Remove that check
and the single line of code it hides.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/coresight/coresight-etm3x.c