From: Denis Cheng Signed-off-by: Denis Cheng Cc: "Williams, Dan J" Cc: Shannon Nelson Signed-off-by: Andrew Morton --- drivers/dma/iop-adma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/dma/iop-adma.c~drivers-dma-iop-admac-use-list_head-instead-of-list_head_init drivers/dma/iop-adma.c --- a/drivers/dma/iop-adma.c~drivers-dma-iop-admac-use-list_head-instead-of-list_head_init +++ a/drivers/dma/iop-adma.c @@ -284,7 +284,7 @@ iop_adma_alloc_slots(struct iop_adma_cha int slots_per_op) { struct iop_adma_desc_slot *iter, *_iter, *alloc_start = NULL; - struct list_head chain = LIST_HEAD_INIT(chain); + LIST_HEAD(chain); int slots_found, retry = 0; /* start search from the last allocated descrtiptor _