xtensa: fix xtensa_pmu_setup prototype
authorMax Filippov <jcmvbkbc@gmail.com>
Fri, 31 Jul 2020 19:37:32 +0000 (12:37 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Aug 2020 11:07:23 +0000 (13:07 +0200)
commit12f14dc355398a3da00a881efa10cba4af479142
treec9d694b0fb486790903e1a68cb541c7322868975
parent84affd7847d66644944989aadf7ea3fc2534b291
xtensa: fix xtensa_pmu_setup prototype

commit 6d65d3769d1910379e1cfa61ebf387efc6bfb22c upstream.

Fix the following build error in configurations with
CONFIG_XTENSA_VARIANT_HAVE_PERF_EVENTS=y:

  arch/xtensa/kernel/perf_event.c:420:29: error: passing argument 3 of
  ‘cpuhp_setup_state’ from incompatible pointer type

Cc: stable@vger.kernel.org
Fixes: 25a77b55e74c ("xtensa/perf: Convert the hotplug notifier to state machine callbacks")
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/xtensa/kernel/perf_event.c