Commit 995f8ecf authored by Andrew Morton's avatar Andrew Morton Committed by James Bottomley

[PATCH] st msleep warning fix

drivers/scsi/st.c:805: warning: implicit declaration of function `msleep_interruptible'
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 5055b134
......@@ -36,6 +36,8 @@ static char *verstr = "20050312";
#include <linux/moduleparam.h>
#include <linux/devfs_fs_kernel.h>
#include <linux/cdev.h>
#include <linux/delay.h>
#include <asm/uaccess.h>
#include <asm/dma.h>
#include <asm/system.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