SIMPLE_DEV_PM_OPS defins a const struct , no need to prefix with const. Signed-off-by: Navin P <zicrim@xxxxxxxxx> diff --git a/drivers/input/keyboard/matrix_keypad.c b/drivers/input/keyboard/matrix_keypad.c index b02e426..c127658 100644 --- a/drivers/input/keyboard/matrix_keypad.c +++ b/drivers/input/keyboard/matrix_keypad.c @@ -294,7 +294,7 @@ static int matrix_keypad_resume(struct device *dev) return 0; } -static const SIMPLE_DEV_PM_OPS(matrix_keypad_pm_ops, +static SIMPLE_DEV_PM_OPS(matrix_keypad_pm_ops, matrix_keypad_suspend, matrix_keypad_resume); #endif -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html