From 198e79f0e8f0b24c1e36ab6032d348f40de20262 Mon Sep 17 00:00:00 2001 From: Dominik Sliwa Date: Fri, 22 Dec 2017 12:07:34 +0000 Subject: backports: bluetooth: Support 4.9 kernels Signed-off-by: Dominik Sliwa --- net/bluetooth/ecdh_helper.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'net/bluetooth/ecdh_helper.c') diff --git a/net/bluetooth/ecdh_helper.c b/net/bluetooth/ecdh_helper.c index c7b1a9a..ce6c546 100644 --- a/net/bluetooth/ecdh_helper.c +++ b/net/bluetooth/ecdh_helper.c @@ -23,7 +23,11 @@ #include "ecdh_helper.h" #include +#if LINUX_VERSION_IS_LESS(4,8,0) +#include +#else #include +#endif #include struct ecdh_completion { -- cgit v1.2.3