Re: [PATCH] alpha: Fix build around srm_sysrq_reboot_op
From: Matt Turner <mattst88@gmail.com>
Date: 2020-06-13 00:30:00
Also in:
lkml
From: Matt Turner <mattst88@gmail.com>
Date: 2020-06-13 00:30:00
Also in:
lkml
On Thu, Jun 11, 2020 at 2:14 AM Joerg Roedel [off-list ref] wrote:
From: Joerg Roedel <redacted>
The patch introducing the struct was probably never compile tested,
because it sets a handler with a wrong function signature. Wrap the
handler into a functions with the correct signature to fix the build.
Fixes: 0f1c9688a194 ("tty/sysrq: alpha: export and use __sysrq_get_key_op()")
Cc: Emil Velikov <redacted>
Cc: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Joerg Roedel <redacted>
---Thanks, applied.