dma/ep93xx_dma.c: local symbols should be static
authorH Hartley Sweeten <hartleys@visionengravers.com>
Fri, 10 Jun 2011 22:15:05 +0000 (15:15 -0700)
committerVinod Koul <vinod.koul@intel.com>
Thu, 16 Jun 2011 04:17:49 +0000 (09:47 +0530)
commite2f5e5a71dfe6bf155590de0fdd6d748ac79bf76
tree6109c6412bc95bfc44bb26a44029657b140b1165
parent4b28d81a7ed82b906f1fdec0133d597b9cf57f85
dma/ep93xx_dma.c: local symbols should be static

The symbol 'ep93xx_dma_prep_dma_memcpy' is only used in this driver
and should be marked static.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Mika Westerberg <mika.westerberg@iki.fi>
Cc: Dan Williams <dan.j.williams@intel.com>
Cc: Vinod Koul <vinod.koul@intel.com>
Acked-by: Mika Westerberg <mika.westerberg@iki.fi>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/ep93xx_dma.c