]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
of: dma: Make of_dma_deconfigure() public
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Thu, 14 May 2015 23:00:05 +0000 (02:00 +0300)
committerSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Mon, 11 Jan 2016 09:54:33 +0000 (09:54 +0000)
commite2d1cab01786dba1c564cad6c23669ecb5cde281
tree6bf7dcf3509b32704284298c657139a9d796d9f6
parent4bccb7567adaeea83089d1f4db2581131dafb2ee
of: dma: Make of_dma_deconfigure() public

As part of moving DMA initializing to probe time the
of_dma_deconfigure() function will need to be called from different
source files. Make it public and move it to drivers/of/device.c where
the of_dma_configure() function is.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
drivers/of/device.c
drivers/of/platform.c
include/linux/of_device.h