summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2004-06-18 17:50:44 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-06-18 17:50:44 -0700
commit2c4d93fe0cf19863a7a955d07ec9ffecbb690361 (patch)
tree6ed17e5da38fca7e33c52570885c2dd7194e15a8
parentac6a5f92f41b58089dcb670a0bfc7f38495b36bd (diff)
[PATCH] mptctl.c build fix
drivers/message/fusion/mptctl.c:89:24: asm/compat.h: No such file or directory Signed-off-by: Andrew Morton <akpm@osdl.org>
-rw-r--r--drivers/message/fusion/mptctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/message/fusion/mptctl.c b/drivers/message/fusion/mptctl.c
index cc031afdd834..a792476b0912 100644
--- a/drivers/message/fusion/mptctl.c
+++ b/drivers/message/fusion/mptctl.c
@@ -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>