CoreSight was the only client of the PMU's set_drv_config() API. Now
that it is no longer needed by CoreSight remove it from the code base.
Signed-off-by: Mathieu Poirier <mathieu.poirier@xxxxxxxxxx>
---
tools/perf/builtin-record.c | 10 -----
tools/perf/builtin-stat.c | 9 ----
tools/perf/builtin-top.c | 13 ------
tools/perf/util/Build | 1 -
tools/perf/util/drv_configs.c | 78 -----------------------------------
tools/perf/util/drv_configs.h | 26 ------------
tools/perf/util/pmu.h | 1 -
7 files changed, 138 deletions(-)
delete mode 100644 tools/perf/util/drv_configs.c
delete mode 100644 tools/perf/util/drv_configs.h