I appologise for providing incomplete information in my previous message.

The involved call sites are the following:

arch/arm/mach-imx/mach-mx35_3ds.c +265

imx35_3ds_init_camera()
        imx35_alloc_mx3_camera()
                imx_alloc_mx3_camera()
        dma_declare_coherent_memory()
        platform_device_add()

arch/arm/mach-imx/mach-mx31moboard.c +477

mx31moboard_init_cam()
        imx31_alloc_mx3_camera()
                imx_alloc_mx3_camera()
        dma_declare_coherent_memory()
        platform_device_add()

arch/arm/mach-imx/mach-mx31_3ds.c +182

mx31_3ds_init_camera()
        imx31_alloc_mx3_camera()
                imx_alloc_mx3_camera()
        dma_declare_coherent_memory()
        platform_device_add()

arch/arm/mach-imx/mach-pcm037.c +413

pcm037_init_camera()
        imx31_alloc_mx3_camera()
                imx_alloc_mx3_camera()
        dma_declare_coherent_memory()
        platform_device_add()

Sorry about the mistake!

Best regards,

Emil Goode
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to