Commit d6f6404c authored by Dave Jiang's avatar Dave Jiang Committed by Dan Williams

isci: Removing unused define SCIC_SDS_4_ENABLED

Signed-off-by: default avatarDave Jiang <dave.jiang@intel.com>
Signed-off-by: default avatarDan Williams <dan.j.williams@intel.com>
parent 971cc2ff
#TODO kill SCIC_SDS_4_ENABLED it is always true for this
#generation of silicon
EXTRA_CFLAGS += -DSCIC_SDS_4_ENABLED
EXTRA_CFLAGS += -Idrivers/scsi/isci/core/ -Idrivers/scsi/isci/ EXTRA_CFLAGS += -Idrivers/scsi/isci/core/ -Idrivers/scsi/isci/
obj-$(CONFIG_SCSI_ISCI) += isci.o obj-$(CONFIG_SCSI_ISCI) += isci.o
isci-objs := init.o phy.o request.o sata.o \ isci-objs := init.o phy.o request.o sata.o \
......
...@@ -151,7 +151,6 @@ struct sci_sas_identify_address_frame { ...@@ -151,7 +151,6 @@ struct sci_sas_identify_address_frame {
*/ */
struct sas_capabilities { struct sas_capabilities {
union { union {
#if defined (SCIC_SDS_4_ENABLED)
struct { struct {
/** /**
* The SAS specification indicates the start bit shall always be set to * The SAS specification indicates the start bit shall always be set to
...@@ -172,7 +171,6 @@ struct sas_capabilities { ...@@ -172,7 +171,6 @@ struct sas_capabilities {
u32 reserved2:17; u32 reserved2:17;
u32 parity:1; u32 parity:1;
} bits; } bits;
#endif /* (SCIC_SDS_4_ENABLED) */
u32 all; u32 all;
} u; } u;
......
...@@ -65,9 +65,6 @@ ...@@ -65,9 +65,6 @@
* *
*/ */
#ifdef SCIC_SDS_4_ENABLED
#ifndef SCI_MAX_PHYS #ifndef SCI_MAX_PHYS
/** /**
* *
...@@ -188,12 +185,6 @@ ...@@ -188,12 +185,6 @@
#define SCI_MIN_SCATTER_GATHER_ELEMENTS 1 #define SCI_MIN_SCATTER_GATHER_ELEMENTS 1
#endif #endif
#else /* SCIC_SDS_4_ENABLED */
#error "SCI Core configuration left unspecified (e.g. SCIC_SDS_4_ENABLED)"
#endif /* SCIC_SDS_4_ENABLED */
/** /**
* *
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment