On Monday 16 November 2015 09:00:45 Mauro Carvalho Chehab wrote: > Let's not mix platform_data headers with the core headers. Instead, let's > create a subdir at linux/platform_data and move the headers to that > common place, adding it to MAINTAINERS. > Acked-by: Arnd Bergmann <arnd@xxxxxxxx> I think we can also move some of the existing platform data headers to the same place, but that could be a separate patch: $ git grep linux/platform_data drivers/media/ drivers/media/platform/coda/coda-common.c:#include <linux/platform_data/coda.h> drivers/media/platform/soc_camera/mx2_camera.c:#include <linux/platform_data/camera-mx2.h> drivers/media/platform/soc_camera/mx3_camera.c:#include <linux/platform_data/camera-mx3.h> drivers/media/platform/soc_camera/mx3_camera.c:#include <linux/platform_data/dma-imx.h> drivers/media/platform/soc_camera/pxa_camera.c:#include <linux/platform_data/camera-pxa.h> drivers/media/platform/soc_camera/rcar_vin.c:#include <linux/platform_data/camera-rcar.h> Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html