On Wed, Dec 29, 2010 at 4:30 AM, Wei Yongquan <weiyqlq@xxxxxxxxx> wrote: > Commit f5e70d0fe3ea990cfb3fc8d7f76a719adcb1e0b5 renamed MD_RAID6_PQ to RAID6_PQ, > but iop-adma.c didn't update synchronously. > > Signed-off-by: Wei Yongquan <weiyqlq@xxxxxxxxx> > --- > drivers/dma/iop-adma.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/dma/iop-adma.c b/drivers/dma/iop-adma.c > index 161c452..c6b01f5 100644 > --- a/drivers/dma/iop-adma.c > +++ b/drivers/dma/iop-adma.c > @@ -1261,7 +1261,7 @@ out: > return err; > } > > -#ifdef CONFIG_MD_RAID6_PQ > +#ifdef CONFIG_RAID6_PQ > static int __devinit > 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) Thanks. I needed to fix up this line wrapping damage, but I have applied this to the dmaengine tree. -- Dan -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html