diff options
Diffstat (limited to 'drivers/scsi/mvsas/mv_sas.h')
-rw-r--r-- | drivers/scsi/mvsas/mv_sas.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/mvsas/mv_sas.h b/drivers/scsi/mvsas/mv_sas.h index 2ae77a0394b2..9f3cc13a5ce7 100644 --- a/drivers/scsi/mvsas/mv_sas.h +++ b/drivers/scsi/mvsas/mv_sas.h | |||
@@ -76,6 +76,7 @@ extern struct kmem_cache *mvs_task_list_cache; | |||
76 | (__mc) != 0 ; \ | 76 | (__mc) != 0 ; \ |
77 | (++__lseq), (__mc) >>= 1) | 77 | (++__lseq), (__mc) >>= 1) |
78 | 78 | ||
79 | #define MVS_PHY_ID (1U << sas_phy->id) | ||
79 | #define MV_INIT_DELAYED_WORK(w, f, d) INIT_DELAYED_WORK(w, f) | 80 | #define MV_INIT_DELAYED_WORK(w, f, d) INIT_DELAYED_WORK(w, f) |
80 | #define UNASSOC_D2H_FIS(id) \ | 81 | #define UNASSOC_D2H_FIS(id) \ |
81 | ((void *) mvi->rx_fis + 0x100 * id) | 82 | ((void *) mvi->rx_fis + 0x100 * id) |