Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb2d4c64 authored by Mike Galbraith's avatar Mike Galbraith Committed by David S. Miller
Browse files

net,bonding: fix bond_options.c direct rwlock.h include



drivers/net/bonding/bond_options.c includes rwlock.h directly,
which is a nono, and which also breaks RT kernel build.

Signed-off-by: default avatarMike Galbraith <bitbucket@online.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ce11c436
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
#include <linux/errno.h>
#include <linux/if.h>
#include <linux/netdevice.h>
#include <linux/rwlock.h>
#include <linux/spinlock.h>
#include <linux/rcupdate.h>
#include <linux/ctype.h>
#include <linux/inet.h>