projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca872d5
)
drivers/bus: arm-cci:nobody uses cci_pmu_destroy
author
Andy Green
<andy.green@linaro.org>
Tue, 6 Aug 2013 12:49:22 +0000
(13:49 +0100)
committer
Mark 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
patch
|
blob
|
history
diff --git
a/drivers/bus/arm-cci.c
b/drivers/bus/arm-cci.c
index ed284ab0041bc45fd2d3ade723899ad558fca19f..2d1387bf1724fd2b7767d1442f17e4616cda621d 100644
(file)
--- 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 {