mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
Unfortunately, later gcc versions error out when our get_user is passed a const pointer, since we write to a temporary variable declared as typeof(*(p)) which propagates the const-ness. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
1.5 KiB
1.5 KiB