Files
i2som-imx-linux/drivers/mxc/ipu3
Liu Ying 341094e992 MLK-18829 mxc IPUv3: vdoa: Replace module_init() with subsys_initcall()
For 4.14 kernel, it turns out that the vdoa driver cannot use
module_init(), otherwise, the driver's probe function cannot be
called.  Using subsys_initcall() makes the probe function be
successfully called, just like the ipu_common driver.  Note that
the mxc_ipu.o object consists of the ipu_common driver and the
vdoa driver.

Signed-off-by: Liu Ying <victor.liu@nxp.com>
2019-02-12 10:32:38 +08:00
..