소스 검색

dmaengine: pl330: Remove unused client_data field form pl330_info

The field is completely unused, remove it.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Lars-Peter Clausen 11 년 전
부모
커밋
c9392d80ae
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      drivers/dma/pl330.c

+ 0 - 2
drivers/dma/pl330.c

@@ -290,8 +290,6 @@ struct pl330_info {
 	unsigned mcbufsz;
 	/* ioremap'ed address of PL330 registers. */
 	void __iomem	*base;
-	/* Client can freely use it. */
-	void	*client_data;
 	/* PL330 core data, Client must not touch it. */
 	void	*pl330_data;
 	/* Populated by the PL330 core driver during pl330_add */