[PATCH] missing include in megaraid_sas

From: Al Viro
Date: Tue Oct 04 2005 - 11:36:28 EST


megaraid_sas depends on arch-specific indirect includes pulling
fs.h in; on alpha they do not.
Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
----
diff -urN RC14-rc3-git4-base/drivers/scsi/megaraid/megaraid_sas.c current/drivers/scsi/megaraid/megaraid_sas.c
--- RC14-rc3-git4-base/drivers/scsi/megaraid/megaraid_sas.c 2005-10-04 00:41:36.000000000 -0400
+++ current/drivers/scsi/megaraid/megaraid_sas.c 2005-10-04 02:43:31.000000000 -0400
@@ -34,6 +34,7 @@
#include <linux/delay.h>
#include <linux/uio.h>
#include <asm/uaccess.h>
+#include <linux/fs.h>
#include <linux/compat.h>

#include <scsi/scsi.h>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/