diff options
| author | David S. Miller <[email protected]> | 2017-10-29 11:14:08 +0900 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2017-10-29 11:14:08 +0900 |
| commit | 949cf8b1dd39f6d306a681503b6031299fd7ced8 (patch) | |
| tree | 83c842cc300e9a27e6d94dff8c23ae9f3b1777a7 /tools/perf/scripts/python | |
| parent | c69fe407803d4b554b7397fad9598a04717ac255 (diff) | |
tcp: Remove "linux/unaligned/access_ok.h" include.
This causes build failures:
In file included from net/ipv4/tcp_input.c:79:0:
./include/linux/unaligned/access_ok.h:7:28: error: redefinition of
'get_unaligned_le16'
In file included from ./include/asm-generic/unaligned.h:17:0,
from ./arch/arm/include/generated/asm/unaligned.h:1,
from net/ipv4/tcp_input.c:76:
./include/linux/unaligned/le_struct.h:6:19: note: previous definition
of 'get_unaligned_le16' was here
In file included from net/ipv4/tcp_input.c:79:0:
./include/linux/unaligned/access_ok.h:12:28: error: redefinition of
'get_unaligned_le32'
Plain "asm/access_ok.h", which is already included, is
sufficient.
Fixes: 60e2a7780793 ("tcp: TCP experimental option for SMC")
Reported-by: Egil Hjelmeland <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions