drivers/bus: arm-cci:nobody uses cci_pmu_destroy
authorAndy Green <andy.green@linaro.org>
Tue, 6 Aug 2013 12:49:22 +0000 (13:49 +0100)
committerMark Brown <broonie@linaro.org>
Tue, 6 Aug 2013 12:49:24 +0000 (13:49 +0100)
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>
drivers/bus/arm-cci.c

index ed284ab0041bc45fd2d3ade723899ad558fca19f..2d1387bf1724fd2b7767d1442f17e4616cda621d 100644 (file)
@@ -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 {