linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] missing include in megaraid_sas
@ 2005-10-04 16:36 Al Viro
  0 siblings, 0 replies; only message in thread
From: Al Viro @ 2005-10-04 16:36 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-scsi, linux-kernel

	megaraid_sas depends on arch-specific indirect includes pulling
fs.h in; on alpha they do not.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
----
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>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-10-04 16:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-04 16:36 [PATCH] missing include in megaraid_sas Al Viro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).