commit | 06a7a37be55e29961c9ba2abec4d07c8e0e21861 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Aug 12 21:08:53 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 12 12:57:51 2020 -0700 |
tree | c46d70e7eabd39227afe454d89cd2589dd61b3f7 | |
parent | 1980c05844830a44708c98c96d600833aa3fae08 [diff] |
ipv4: tunnel: fix compilation on ARCH=um With certain configurations, a 64-bit ARCH=um errors out here with an unknown csum_ipv6_magic() function. Include the right header file to always have it. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>