Hi James,

This patch seem to be fine. Please consider this patch.

Regards,
Sreekanth.

>-----Original Message-----
>From: Greg Kroah-Hartman [mailto:[email protected]]
>Sent: Wednesday, September 04, 2013 3:30 AM
>To: Nandigama, Nagalakshmi; Reddy, Sreekanth; Support;
>[email protected]
>Cc: [email protected]; DL-MPT Fusion Linux
>Subject: [PATCH] Allow MPT Fusion SAS 3.0 driver to be built into the kernel
>
>From: Greg Kroah-Hartman <[email protected]>
>
>Right now the Makefile for the mpt3sas driver does not even allow the driver
>to be built into the kernel.  So fix that up, as there doesn't seem to be any
>obvious reason why this shouldn't be done.
>
>Cc: Nagalakshmi Nandigama <[email protected]>
>Cc: Sreekanth Reddy <[email protected]>
>Cc: [email protected]
>Cc: "James E.J. Bottomley" <[email protected]>
>Signed-off-by: Greg Kroah-Hartman <[email protected]>
>
>
>diff --git a/drivers/scsi/mpt3sas/Makefile b/drivers/scsi/mpt3sas/Makefile
>index 4c1d2e7a..efb0c4c2 100644
>--- a/drivers/scsi/mpt3sas/Makefile
>+++ b/drivers/scsi/mpt3sas/Makefile
>@@ -1,5 +1,5 @@
> # mpt3sas makefile
>-obj-m += mpt3sas.o
>+obj-$(CONFIG_SCSI_MPT3SAS) += mpt3sas.o
> mpt3sas-y +=  mpt3sas_base.o     \
>               mpt3sas_config.o \
>               mpt3sas_scsih.o      \


--
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