Skip to content

Commit

Permalink
[NET]: drivers/net/slip.c needs linux/delay.h
Browse files Browse the repository at this point in the history
For msleep_interruptible().

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Jun 28, 2005
1 parent 9666dae commit 12dc2fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/slip.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 12dc2fd

Please sign in to comment.