[PATCH 1/3] Fix missing struct for s3c2410_dma_chan in s3c2410_dma_suspend_chan

2011-06-01 Thread Heiko Stübner
s3c2410_dma_chan is not a type itself, so struct is required. --- arch/arm/plat-s3c24xx/dma.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/plat-s3c24xx/dma.c b/arch/arm/plat-s3c24xx/dma.c index c10d10c..2abf966 100644 --- a/arch/arm/plat-s3c24xx/dma.c +++

Re: [PATCH 1/3] Fix missing struct for s3c2410_dma_chan in s3c2410_dma_suspend_chan

2011-06-01 Thread Sergei Shtylyov
Hello. Heiko Stübner wrote: s3c2410_dma_chan is not a type itself, so struct is required. Your signoffs are missing, so your patches can't be applied... WBR, Sergei -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to

Re: [PATCH 1/3] Fix missing struct for s3c2410_dma_chan in s3c2410_dma_suspend_chan

2011-06-01 Thread Heiko Stübner
Am Mittwoch 01 Juni 2011, 18:01:34 schrieben Sie: Hello. Heiko Stübner wrote: s3c2410_dma_chan is not a type itself, so struct is required. Your signoffs are missing, so your patches can't be applied... *grml* ... I seem to have bad luck with my patches these days will resend Heiko