arm-cci: make private functions static
authorWill Deacon <will.deacon@arm.com>
Fri, 26 Feb 2016 16:12:43 +0000 (16:12 +0000)
committerWill Deacon <will.deacon@arm.com>
Mon, 29 Feb 2016 23:23:17 +0000 (23:23 +0000)
commitceb495124417a8aada7c6ee917dff8f1328e8480
tree8b72964b46acb9afe1bbde5cf8faf4d9b16a13c4
parentd7dd5fd773497d7b63e7a35fcaa270c9f859432b
arm-cci: make private functions static

cci_pmu_sync_counters and pmu_event_set_period are internal functions
to the CCI PMU driver, so make them static to avoid polluting the kernel
namespace.

Signed-off-by: Will Deacon <will.deacon@arm.com>
drivers/bus/arm-cci.c