]> git.baikalelectronics.ru Git - kernel.git/commit
Input: resistive-adc-touch - struct headers should start with 'struct <name>'
authorLee Jones <lee.jones@linaro.org>
Mon, 9 Nov 2020 06:32:32 +0000 (22:32 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 9 Nov 2020 06:33:52 +0000 (22:33 -0800)
commit0bf497d603cc8f5992eb1d4af9e281b79875f40a
tree2403443943ff309112bd8e9f22c7ba9b5ebf46d2
parentbc67dec25dd996882c02bfdf9ffdee77edd870da
Input: resistive-adc-touch - struct headers should start with 'struct <name>'

Fixes the following W=1 kernel build warning(s):

 drivers/input/touchscreen/resistive-adc-touch.c:34: warning: cannot understand function prototype: 'struct grts_state '

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20201104162427.2984742-10-lee.jones@linaro.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/resistive-adc-touch.c