Included module.h explicitly to resolve the macros THIS_MODULE and
MODULE_LICENSE. This avoids compilations errors as those defines were not
declared.
Signed-off-by: Henrique Camargo
Signed-off-by: Diogo Luvizon
---
drivers/media/video/davinci/isif.c |1 +
1 files changed, 1 insertions
If CONFIG_VIDEO_ADV_DEBUG was set, the driver failed to compile
because the fields get_register and set_register changed names to
g_register and s_register in the struct v4l2_subdev_core_ops.
Signed-off-by: Henrique Camargo
---
drivers/media/video/mt9t031.c |4 ++--
1 files changed, 2
Thank you Sergio for your help, I resent the patch a couple of minutes
ago taking your changes into account.
Best Regards,
Henrique Camargo
On Wed, 2010-08-18 at 19:18 -0500, Aguirre, Sergio wrote:
> Oops, fixing my own typo below:
>
> > -Original Message-
> > Fr
If CONFIG_VIDEO_ADV_DEBUG was set, the driver failed to compile because the
fields get_register and set_register changed names to s_register and s_register
in the struct v4l2_subdev_core_ops.
Signed-off-by: Henrique Camargo
---
drivers/media/video/mt9t031.c |4 ++--
1 files changed, 2