>-----Original Message----- >From: Suravee Suthikulpanit [mailto:[email protected]] >Sent: Wednesday, June 10, 2015 9:39 PM >To: [email protected]; [email protected]; [email protected]; >[email protected]; [email protected]; >[email protected]; [email protected]; [email protected]; >[email protected]; [email protected]; >[email protected]; [email protected] >Cc: [email protected]; [email protected]; [email protected]; >[email protected]; [email protected]; linux-arm- >[email protected]; [email protected]; linux- >[email protected]; [email protected]; [email protected]; >[email protected]; Suravee Suthikulpanit >Subject: [V6 PATCH 6/7] megaraid_sas: fix TRUE and FALSE re-define build >error > >Signed-off-by: Suravee Suthikulpanit <[email protected]> >Cc: Kashyap Desai <[email protected]> >Cc: Sumit Saxena <[email protected]> >Cc: Uday Lingala <[email protected]> >--- > drivers/scsi/megaraid/megaraid_sas_fp.c | 8 ++++++++ > 1 file changed, 8 insertions(+) > >diff --git a/drivers/scsi/megaraid/megaraid_sas_fp.c >b/drivers/scsi/megaraid/megaraid_sas_fp.c >index 4f72287..e8b7a69 100644 >--- a/drivers/scsi/megaraid/megaraid_sas_fp.c >+++ b/drivers/scsi/megaraid/megaraid_sas_fp.c >@@ -66,7 +66,15 @@ MODULE_PARM_DESC(lb_pending_cmds, "Change >raid-1 load balancing outstanding " > > #define ABS_DIFF(a, b) (((a) > (b)) ? ((a) - (b)) : ((b) - (a))) > #define MR_LD_STATE_OPTIMAL 3 >+ >+#ifdef FALSE >+#undef FALSE >+#endif > #define FALSE 0 >+ >+#ifdef TRUE >+#undef TRUE >+#endif > #define TRUE 1 > > #define SPAN_DEBUG 0 Acked-by: Sumit Saxena <[email protected]>
>-- >2.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

