[PATCH 04/16] ARM: imx: move platform_data definitions
From: arnd@arndb.de (Arnd Bergmann)
Date: 2012-09-12 15:53:39
Also in:
lkml
From: arnd@arndb.de (Arnd Bergmann)
Date: 2012-09-12 15:53:39
Also in:
lkml
On Tuesday 11 September 2012, Guennadi Liakhovetski wrote:
ipu.h is used by the dmaengine and IRQ driver under drivers/dma/ipu/, and by its users drivers/media/platform/soc_camera/mx3_camera.c and drivers/video/mx3fb.c. It has been placed under arch/arm/... because it's arch-specific, but in principle I don't see any reason why it cannot happily live anywhere under include/...
Right. We can do that as the next step, after the pure platform data is out of the way. Arnd