]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.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)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Mon, 14 Aug 2017 10:51:16 +0000 (12:51 +0200)
commit92688d795ae3d2aa16ae600a578c6c37e9bad0a9
treeca625e1b713d78c0173d3aef3c6e1b2043db9153
parent0550ab393ff89546f9befa41296433524804aa69
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