diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-06-18 17:50:44 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-06-18 17:50:44 -0700 |
| commit | 2c4d93fe0cf19863a7a955d07ec9ffecbb690361 (patch) | |
| tree | 6ed17e5da38fca7e33c52570885c2dd7194e15a8 | |
| parent | ac6a5f92f41b58089dcb670a0bfc7f38495b36bd (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.c | 2 |
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> |
