From: Mathieu Poirier Date: Fri, 9 Jan 2015 23:57:20 +0000 (-0700) Subject: coresight: Fixing wrong #ifdef/#endif placement X-Git-Tag: fixes-v4.0-rc1~101^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c61c4b5dd2c6b5dbf0f7e299db1e8411ef590f5c;p=pandora-kernel.git coresight: Fixing wrong #ifdef/#endif placement Fixing problem reported by: https://lkml.org/lkml/2015/1/6/86 The #ifdef/#endif is wrong and prevents the stub of function of_get_coresight_platform_data() from being visible when CONFIG_OF is not defined. Moving CONFIG_OF condition out of CONFIG_CORESIGHT, making them both independent. Signed-off-by: Mathieu Poirier Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed