Commit 0261f741 authored by Wei Yongquan's avatar Wei Yongquan Committed by Dan Williams

Update CONFIG_MD_RAID6_PQ to CONFIG_RAID6_PQ in drivers/dma/iop-adma.c

Commit f5e70d0f renamed MD_RAID6_PQ to RAID6_PQ,
but iop-adma.c didn't update synchronously.
Signed-off-by: default avatarWei Yongquan <weiyqlq@gmail.com>
Signed-off-by: default avatarDan Williams <dan.j.williams@intel.com>
parent 96a608a4
...@@ -1261,7 +1261,7 @@ iop_adma_xor_val_self_test(struct iop_adma_device *device) ...@@ -1261,7 +1261,7 @@ iop_adma_xor_val_self_test(struct iop_adma_device *device)
return err; return err;
} }
#ifdef CONFIG_MD_RAID6_PQ #ifdef CONFIG_RAID6_PQ
static int __devinit static int __devinit
iop_adma_pq_zero_sum_self_test(struct iop_adma_device *device) iop_adma_pq_zero_sum_self_test(struct iop_adma_device *device)
{ {
...@@ -1584,7 +1584,7 @@ static int __devinit iop_adma_probe(struct platform_device *pdev) ...@@ -1584,7 +1584,7 @@ static int __devinit iop_adma_probe(struct platform_device *pdev)
if (dma_has_cap(DMA_PQ, dma_dev->cap_mask) && if (dma_has_cap(DMA_PQ, dma_dev->cap_mask) &&
dma_has_cap(DMA_PQ_VAL, dma_dev->cap_mask)) { dma_has_cap(DMA_PQ_VAL, dma_dev->cap_mask)) {
#ifdef CONFIG_MD_RAID6_PQ #ifdef CONFIG_RAID6_PQ
ret = iop_adma_pq_zero_sum_self_test(adev); ret = iop_adma_pq_zero_sum_self_test(adev);
dev_dbg(&pdev->dev, "pq self test returned %d\n", ret); dev_dbg(&pdev->dev, "pq self test returned %d\n", ret);
#else #else
......
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