perf: Remove the nmi parameter from the swevent and overflow interface
[platform/adaptation/renesas_rcar/renesas_kernel.git] / kernel / watchdog.c
index 752b75b..a6708e6 100644 (file)
@@ -211,7 +211,7 @@ static struct perf_event_attr wd_hw_attr = {
 };
 
 /* Callback function for perf event subsystem */
-static void watchdog_overflow_callback(struct perf_event *event, int nmi,
+static void watchdog_overflow_callback(struct perf_event *event,
                 struct perf_sample_data *data,
                 struct pt_regs *regs)
 {