[kernel] Disable the BFA driver on ARM

Josh Boyer jwboyer at fedoraproject.org
Fri Jan 24 17:41:20 UTC 2014


commit 6fc2a346183696cd30401672f2d4238ba534336d
Author: Josh Boyer <jwboyer at fedoraproject.org>
Date:   Fri Jan 24 12:20:50 2014 -0500

    Disable the BFA driver on ARM
    
    It doesn't make much sense, and it fails to build because of a udelay(10000)
    in it resulting in:
    
    ERROR: "__bad_udelay" [drivers/scsi/bfa/bfa.ko] undefined!
    make[1]: *** [__modpost] Error 1
    make: *** [modules] Error 2
    + exit 1

 config-arm-generic |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/config-arm-generic b/config-arm-generic
index c2c8755..ce9d59d 100644
--- a/config-arm-generic
+++ b/config-arm-generic
@@ -179,6 +179,7 @@ CONFIG_THERMAL_GOV_USER_SPACE=y
 # CONFIG_SCSI_IPS is not set
 # CONFIG_SCSI_CXGB3_ISCSI is not set
 # CONFIG_SCSI_CXGB4_ISCSI is not set
+# CONFIG_SCSI_BFA_FC is not set
 
 # serial
 # CONFIG_SERIAL_SH_SCI is not set


More information about the scm-commits mailing list