Commit 12dc2fdd authored by David S. Miller's avatar David S. Miller

[NET]: drivers/net/slip.c needs linux/delay.h

For msleep_interruptible().
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9666dae5
......@@ -74,6 +74,7 @@
#include <linux/rtnetlink.h>
#include <linux/if_arp.h>
#include <linux/if_slip.h>
#include <linux/delay.h>
#include <linux/init.h>
#include "slip.h"
#ifdef CONFIG_INET
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment