[PATCH] media: davinci: added module.h to resolve unresolved macros

2012-02-08 Thread Henrique Camargo
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

[PATCH] mt9t031: Fixes field names that changed

2010-08-19 Thread Henrique Camargo
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

RE: [PATCH] Fixes field names that changed

2010-08-19 Thread Henrique Camargo
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

[PATCH] Fixes field names that changed

2010-08-17 Thread Henrique Camargo
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