Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cab59403 authored by Jeevan Shriram's avatar Jeevan Shriram
Browse files

include: linux: remove unused APIs when CORESIGHT is disabled



Remove unused apis when the config CORESIGHT is disabled to avoid
compilation error.

Change-Id: I1a05d26d8f07fc70c3f061c5d5debe1f4fb7edaa
Signed-off-by: default avatarJeevan Shriram <jshriram@codeaurora.org>
parent 51baf5ad
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -343,8 +343,6 @@ static inline int coresight_enable_reg_clk(struct coresight_device *csdev)
{
	return -EINVAL;
}
static void coresight_disable_all_source_link(void) {};
static void coresight_enable_all_source_link(void) {};
#endif

extern int coresight_get_cpu(struct device *dev);