diff options
Diffstat (limited to 'drivers/scsi/cxgbi/libcxgbi.c')
-rw-r--r-- | drivers/scsi/cxgbi/libcxgbi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/cxgbi/libcxgbi.c b/drivers/scsi/cxgbi/libcxgbi.c index 1d25a87aa47b..c5360ffb4bed 100644 --- a/drivers/scsi/cxgbi/libcxgbi.c +++ b/drivers/scsi/cxgbi/libcxgbi.c | |||
@@ -2575,7 +2575,7 @@ void cxgbi_iscsi_cleanup(struct iscsi_transport *itp, | |||
2575 | } | 2575 | } |
2576 | EXPORT_SYMBOL_GPL(cxgbi_iscsi_cleanup); | 2576 | EXPORT_SYMBOL_GPL(cxgbi_iscsi_cleanup); |
2577 | 2577 | ||
2578 | mode_t cxgbi_attr_is_visible(int param_type, int param) | 2578 | umode_t cxgbi_attr_is_visible(int param_type, int param) |
2579 | { | 2579 | { |
2580 | switch (param_type) { | 2580 | switch (param_type) { |
2581 | case ISCSI_HOST_PARAM: | 2581 | case ISCSI_HOST_PARAM: |