On Wed, 2005-04-13 at 12:18 -0700, Andrew Vasquez wrote:
>  drivers/scsi/qla2xxx/qla_attr.c |  323 
> ++++++++++++++++++++++++++++++++++++++++

This file uses vmalloc but doesn't appear to include linux/vmalloc.h
causing a compiler warning in my build env.  It also includes
linux/version.h, which it doesn't appear to need.

I'll stick this patch in to correct the problem.

James

===== drivers/scsi/qla2xxx/qla_attr.c 1.2 vs edited =====
--- 1.2/drivers/scsi/qla2xxx/qla_attr.c 2005-04-13 10:45:53 -05:00
+++ edited/drivers/scsi/qla2xxx/qla_attr.c      2005-04-17 09:41:13 -05:00
@@ -18,7 +18,7 @@
  */
 #include "qla_def.h"
 
-#include <linux/version.h>
+#include <linux/vmalloc.h>
 #include <scsi/scsi_transport_fc.h>
 
 /* SYSFS attributes --------------------------------------------------------- 
*/


-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to