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)
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

index 494bd39..d951371 100644 (file)
@@ -673,7 +673,7 @@ static int cci550_validate_hw_event(struct cci_pmu *cci_pmu,
  * with the event period and mark them ready before we enable
  * PMU.
  */
-void cci_pmu_sync_counters(struct cci_pmu *cci_pmu)
+static void cci_pmu_sync_counters(struct cci_pmu *cci_pmu)
 {
        int i;
        struct cci_pmu_hw_events *cci_hw = &cci_pmu->hw_events;
@@ -1038,7 +1038,7 @@ static void pmu_read(struct perf_event *event)
        pmu_event_update(event);
 }
 
-void pmu_event_set_period(struct perf_event *event)
+static void pmu_event_set_period(struct perf_event *event)
 {
        struct hw_perf_event *hwc = &event->hw;
        /*