Commit 2c4d93fe authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] mptctl.c build fix

drivers/message/fusion/mptctl.c:89:24: asm/compat.h: No such file or directory
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
parent ac6a5f92
......@@ -83,10 +83,10 @@
#include <linux/pci.h>
#include <linux/miscdevice.h>
#include <linux/smp_lock.h>
#include <linux/compat.h>
#include <asm/io.h>
#include <asm/uaccess.h>
#include <asm/compat.h>
#include <linux/kdev_t.h> /* needed for access to Scsi_Host struct */
#include <linux/blkdev.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