Commit 35986038 authored by Alexander Viro's avatar Alexander Viro Committed by Linus Torvalds

[PATCH] missing include in fore200e.c

We need delay.h there - on a lot of platforms it doesn't get pulled
indirectly and since we use udelay() now...
Signed-off-by: default avatarAl Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 622c36a6
......@@ -39,6 +39,7 @@
#include <linux/sonet.h>
#include <linux/atm_suni.h>
#include <linux/dma-mapping.h>
#include <linux/delay.h>
#include <asm/io.h>
#include <asm/string.h>
#include <asm/page.h>
......
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