Hello,
Florian Fainelli wrote:
> arch/mips/kernel/perf_event_mipsxx.c: In function 'mipsxx_pmu_enable_event':
> arch/mips/kernel/perf_event_mipsxx.c:326:21: error: unused variable 'event'
> [-Werror=unused-variable]
> struct perf_event *event = container_of(evt, struct perf_event, hw);
> ^
>
arch/mips/kernel/perf_event_mipsxx.c: In function 'mipsxx_pmu_enable_event':
arch/mips/kernel/perf_event_mipsxx.c:326:21: error: unused variable 'event'
[-Werror=unused-variable]
struct perf_event *event = container_of(evt, struct perf_event, hw);
^
Fix this by making u
2 matches
Mail list logo