[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CABeXuvqovKW4hGc+4BNG6q4x30wr45AxptHXnKcon8pMT6CXuA@mail.gmail.com>
Date: Tue, 13 Sep 2016 09:34:25 -0700
From: Deepa Dinamani <deepa.kernel@...il.com>
To: kbuild test robot <lkp@...el.com>
Cc: kbuild-all@...org, Dmitry Torokhov <dmitry.torokhov@...il.com>,
linux-input@...r.kernel.org,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Arnd Bergmann <arnd@...db.de>,
y2038 Mailman List <y2038@...ts.linaro.org>
Subject: Re: [PATCH 3/4] input: Deprecate real timestamps beyond year 2106
> All errors (new ones prefixed by >>):
>
> drivers/input/input-compat.c: In function 'input_event_from_user':
>>> drivers/input/input-compat.c:24:15: error: invalid application of 'sizeof' to incomplete type 'struct input_event_compat'
> sizeof(struct input_event_compat)))
> ^~~~~~
> drivers/input/input-compat.c: In function 'input_event_to_user':
> drivers/input/input-compat.c:55:13: error: invalid application of 'sizeof' to incomplete type 'struct input_event_compat'
> sizeof(struct input_event_compat)))
> ^~~~~~
These 2 lines need to use raw_input_event_compat.
I will send an update to only this patch to help the discussion.
I will wait for other comments before updating the series.
-Deepa
Powered by blists - more mailing lists