commit | 2bb148785ed75435eb39529d74e63b5e602ccd61 | [log] [tgz] |
---|---|---|
author | Yuchung Cheng <ycheng@google.com> | Sat Dec 03 14:46:22 2016 -0800 |
committer | David S. Miller <davem@davemloft.net> | Sat Dec 03 19:05:40 2016 -0500 |
tree | c3319a1defbe5a97220b16d72d5f6af886726749 | |
parent | 363dc73acacbbcdae98acf5612303e9770e04b1d [diff] |
tcp: fix the missing avr32 SOF_TIMESTAMPING_OPT_STATS The commit of SOF_TIMESTAMPING_OPT_STATS didn't include the new header for avr32, causing build to break. The patch fixes it. Fixes: 1c885808e456 ("tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPING") Reported-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Yuchung Cheng <ycheng@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>