Input: input_event - fix the CONFIG_SPARC64 mixup
authorDeepa Dinamani <deepa.kernel@gmail.com>
Thu, 24 Jan 2019 08:29:20 +0000 (00:29 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 31 Jan 2019 07:14:42 +0000 (08:14 +0100)
commit3a3b6a6b15dbd99d83052070fda2ae2bfdd66dc6
treef0fa31dd8c955dc792f19de6a6c777c43d378cf1
parentd4a6ac28d44a8ed2fdc80745d01136d81383d7ed
Input: input_event - fix the CONFIG_SPARC64 mixup

commit 141e5dcaa7356077028b4cd48ec351a38c70e5e5 upstream.

Arnd Bergmann pointed out that CONFIG_* cannot be used in a uapi header.
Override with an equivalent conditional.

Fixes: 2e746942ebac ("Input: input_event - provide override for sparc64")
Fixes: 152194fe9c3f ("Input: extend usable life of event timestamps to 2106 on 32 bit systems")
Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/uapi/linux/input.h