linux-stable/drivers/input
Uwe Kleine-König 438b584f32 Input: amimouse - mark driver struct with __refdata to prevent section mismatch
[ Upstream commit 0537c8eef4 ]

As described in the added code comment, a reference to .exit.text is ok
for drivers registered via module_platform_driver_probe(). Make this
explicit to prevent the following section mismatch warning

	WARNING: modpost: drivers/input/mouse/amimouse: section mismatch in reference: amimouse_driver+0x8 (section: .data) -> amimouse_remove (section: .exit.text)

that triggers on an allmodconfig W=1 build.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Link: https://lore.kernel.org/r/2e3783106bf6bd9a7bdeb12b706378fb16316471.1711748999.git.u.kleine-koenig@pengutronix.de
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-05-30 09:48:53 +02:00
..
gameport
joystick Input: xpad - add support for ASUS ROG RAIKIRI 2024-05-30 09:48:51 +02:00
keyboard Input: gpio_keys_polled - suppress deferred probe error for gpio 2024-03-05 09:16:37 -08:00
misc Input: iqs7222 - add support for IQS7222D v1.1 and v1.2 2024-03-26 18:17:26 -04:00
mouse Input: amimouse - mark driver struct with __refdata to prevent section mismatch 2024-05-30 09:48:53 +02:00
rmi4 Input: synaptics-rmi4 - fail probing if memory allocation for "phys" fails 2024-04-13 13:10:03 +02:00
serio Input updates for v6.8-rc2 2024-02-02 12:52:44 -08:00
tablet
tests
touchscreen Input: imagis - use FIELD_GET where applicable 2024-04-13 13:10:07 +02:00
Kconfig
Makefile
apm-power.c
evbug.c
evdev.c
ff-core.c
ff-memless.c
input-compat.c
input-compat.h
input-core-private.h
input-leds.c
input-mt.c
input-poller.c
input-poller.h
input.c Input: try trimming too long modalias strings 2024-05-30 09:48:41 +02:00
joydev.c
matrix-keymap.c
mousedev.c
sparse-keymap.c
touchscreen.c
vivaldi-fmap.c Input: vivaldi - convert to use sysfs_emit_at() API 2023-12-13 21:26:12 -08:00