aboutsummaryrefslogtreecommitdiff
path: root/drivers/bus
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2013-08-06 13:49:22 +0100
committerMark Brown <broonie@linaro.org>2013-08-06 13:49:24 +0100
commitc9efd2b2d5557099542d3b29824f3445404cb7cd (patch)
tree05c25a4d56d46027fe21b4ceb250cc0f2e4a508e /drivers/bus
parentca872d5c4d01f842b91bb5c8cb3d8d3c990e39ff (diff)
drivers/bus: arm-cci:nobody uses cci_pmu_destroy
Nobody uses static function, get rid of the function and warning Signed-off-by: Andy Green <andy.green@linaro.org> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers/bus')
-rw-r--r--drivers/bus/arm-cci.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/bus/arm-cci.c b/drivers/bus/arm-cci.c
index ed284ab0041..2d1387bf172 100644
--- a/drivers/bus/arm-cci.c
+++ b/drivers/bus/arm-cci.c
@@ -463,8 +463,6 @@ static int __init cci_pmu_init(void)
return 0;
}
-static void cci_pmu_destroy(void) { }
-
#endif /* CONFIG_HW_PERF_EVENTS */
struct cpu_port {