Files
linux/arch/arm/include/asm
Jakub Kicinski 68f4eae781 net: checksum: drop the linux/uaccess.h include
net/checksum.h pulls in linux/uaccess.h which is large.

In the x86 header the include seems to not be needed at all.
ARM on the other hand does not include uaccess.h, even tho
it calls access_ok().

In the generic implementation guard the include of linux/uaccess.h
with the same condition as the code that needs it.

With this change pre-processed net/checksum.h shrinks on x86
from 30616 lines to just 1193.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2023-01-27 11:19:46 +00:00
..
2022-07-18 15:03:37 +02:00
2022-11-14 12:00:58 +00:00
2020-05-07 00:41:47 +02:00
2022-10-17 11:03:09 +02:00
2021-12-06 12:49:11 +01:00
2021-12-17 11:34:38 +00:00
2018-05-19 11:53:46 +01:00
2021-07-01 11:06:03 -07:00
2021-12-03 15:11:31 +01:00
2021-03-22 02:45:52 +01:00
2020-10-13 18:38:31 -07:00
2020-06-09 09:39:10 -07:00
2022-02-25 09:36:05 +01:00
2022-01-30 21:17:00 -05:00