commit | 52d6a5ee101bf0e6c1fc5373eebe5c3307e4a0ca | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Wed Dec 11 13:43:05 2013 +0100 |
committer | Vinod Koul <vinod.koul@intel.com> | Thu Mar 06 11:35:24 2014 +0530 |
tree | 694db935cac517f3b265e13670ec9da9cbf1368c | |
parent | 42e4a12a0d92d09de66d8b5b2c85855b8051c15e [diff] |
DMA: shdma: Fix warnings due to declared but unused symbols Several functions and variables are use on SH_CPU4 or ARM only. Guard their declaration with conditional compilation directives to avoid warnings. Cc: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com> Cc: Vinod Koul <vinod.koul@intel.com> Cc: dmaengine@vger.kernel.org Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>