dmaengine: dw: move dw_dmac.h to where it belongs to
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 19 Aug 2014 17:29:12 +0000 (20:29 +0300)
committerVinod Koul <vinod.koul@intel.com>
Thu, 11 Sep 2014 06:18:12 +0000 (11:48 +0530)
commit3d598f47e804a77208c6bb0a454123018e2f2281
tree1e0a29365a660c9f41b5dfca12e4deab082b35a1
parenta22e292260079e781b66380eccdf4566cc3c95ed
dmaengine: dw: move dw_dmac.h to where it belongs to

There is a common storage for platform data related structures and definitions
inside kernel source tree. The patch moves file from include/linux to
include/linux/platform_data and renames it acoordingly. The users are also
updated.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
[For the arch/avr32/.* and .*sound/atmel.*]
Acked-by: Hans-Christian Egtvedt <egtvedt@samfundet.no>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
MAINTAINERS
arch/avr32/mach-at32ap/at32ap700x.c
arch/avr32/mach-at32ap/include/mach/atmel-mci.h
drivers/dma/dw/internal.h
drivers/dma/dw/regs.h
include/linux/dw_dmac.h [deleted file]
include/linux/platform_data/dma-dw.h [new file with mode: 0644]
include/sound/atmel-abdac.h
include/sound/atmel-ac97c.h
sound/atmel/abdac.c
sound/atmel/ac97c.c
This page took 0.029338 seconds and 5 git commands to generate.