Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

Commit f5e70d0fe3ea990cfb3fc8d7f76a719adcb1e0b5 renamed MD_RAID6_PQ to RAID6_PQ,
but iop-adma.c didn't update synchronously.

Signed-off-by: Wei Yongquan <weiyqlq@gmail.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>

authored by

Wei Yongquan and committed by
Dan Williams
0261f741 96a608a4

+2 -2
+2 -2
drivers/dma/iop-adma.c
··· 1261 1261 return err; 1262 1262 } 1263 1263 1264 - #ifdef CONFIG_MD_RAID6_PQ 1264 + #ifdef CONFIG_RAID6_PQ 1265 1265 static int __devinit 1266 1266 iop_adma_pq_zero_sum_self_test(struct iop_adma_device *device) 1267 1267 { ··· 1584 1584 1585 1585 if (dma_has_cap(DMA_PQ, dma_dev->cap_mask) && 1586 1586 dma_has_cap(DMA_PQ_VAL, dma_dev->cap_mask)) { 1587 - #ifdef CONFIG_MD_RAID6_PQ 1587 + #ifdef CONFIG_RAID6_PQ 1588 1588 ret = iop_adma_pq_zero_sum_self_test(adev); 1589 1589 dev_dbg(&pdev->dev, "pq self test returned %d\n", ret); 1590 1590 #else