Re: [PATCH v3 2/3] s390/char : Rename EBCDIC keymap variables

From: Thomas Huth
Date: Mon Feb 19 2018 - 14:52:48 EST


On 19.02.2018 16:47, Farhan Ali wrote:
> The Linux Virtual Terminal (VT) layer provides a default keymap
> which is compiled when VT layer is enabled. But at the same time
> we are also compiling the EBCDIC keymap and this causes the linker
> to complain.
>
> So let's rename the EBCDIC keymap variables to prevent linker
> conflict.
>
> Signed-off-by: Farhan Ali <alifm@xxxxxxxxxxxxxxxxxx>
> Acked-by: Christian Borntraeger <borntraeger@xxxxxxxxxx>
> ---
> drivers/s390/char/defkeymap.c | 66 ++++++++++++++++++++++---------------------
> drivers/s390/char/keyboard.c | 32 ++++++++++-----------
> drivers/s390/char/keyboard.h | 11 ++++++++
> 3 files changed, 61 insertions(+), 48 deletions(-)

Reviewed-by: Thomas Huth <thuth@xxxxxxxxxx>