platform/x86: asus-tf103c-dock: Constify lowlevel HID driver
authorThomas Weißschuh <linux@weissschuh.net>
Mon, 30 Jan 2023 03:59:43 +0000 (03:59 +0000)
committerBenjamin Tissoires <benjamin.tissoires@redhat.com>
Mon, 6 Feb 2023 14:08:45 +0000 (15:08 +0100)
commit63509b149f1bbf7bebfc5543bb3c6e20995828e0
treec90720d026425466ae4176a20b0982d52bd0017e
parentdd350afc17571b597ce7dc7a05f543f4f10cda57
platform/x86: asus-tf103c-dock: Constify lowlevel HID driver

Since commit 52d225346904 ("HID: Make lowlevel driver structs const")
the lowlevel HID drivers are only exposed as const.

Take advantage of this to constify the underlying structure, too.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20230130-hid-const-ll-driver-v1-7-3fc282b3b1d0@weissschuh.net
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
drivers/platform/x86/asus-tf103c-dock.c