From: Johannes Berg <johannes.berg@xxxxxxxxx> If we don't include <linux/net.h> then __BACKPORT_NET_GET_RANDOM_ONCE can never be defined, and we'll never get the compat code. Fix that. Signed-off-by: Johannes Berg <johannes.berg@xxxxxxxxx> --- backport/compat/backport-3.13.c | 1 + 1 file changed, 1 insertion(+) diff --git a/backport/compat/backport-3.13.c b/backport/compat/backport-3.13.c index 23c759ef2388..2b61711d233d 100644 --- a/backport/compat/backport-3.13.c +++ b/backport/compat/backport-3.13.c @@ -15,6 +15,7 @@ #include <linux/pci.h> #include <linux/device.h> #include <linux/hwmon.h> +#include <linux/net.h> #ifdef __BACKPORT_NET_GET_RANDOM_ONCE struct __net_random_once_work { -- 2.14.4 -- To unsubscribe from this list: send the line "unsubscribe backports" in