diff mbox

[1/3,media] adv7180: remove {query/g_/s_}ctrl

Message ID 1343765829-6006-2-git-send-email-federico.vaga@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Federico Vaga July 31, 2012, 8:17 p.m. UTC
Signed-off-by: Federico Vaga <federico.vaga@gmail.com>
---
 drivers/media/video/adv7180.c | 3 ---
 1 file modificato, 3 rimozioni(-)

Comments

Federico Vaga July 31, 2012, 8:20 p.m. UTC | #1
I'm sorry for the email duplication, I press the wrong key on git-send email.
Ignore these emails. Sorry
Mauro Carvalho Chehab Aug. 12, 2012, 1:46 a.m. UTC | #2
Em 31-07-2012 17:20, Federico Vaga escreveu:
> I'm sorry for the email duplication, I press the wrong key on git-send email.
> Ignore these emails. Sorry
> 

Ok, I'll mark those patches as "RFC" per your request.

Regards,
mauro
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/media/video/adv7180.c b/drivers/media/video/adv7180.c
index 07bb550..bcc7d60 100644
--- a/drivers/media/video/adv7180.c
+++ b/drivers/media/video/adv7180.c
@@ -402,9 +402,6 @@  static const struct v4l2_subdev_video_ops adv7180_video_ops = {
 static const struct v4l2_subdev_core_ops adv7180_core_ops = {
 	.g_chip_ident = adv7180_g_chip_ident,
 	.s_std = adv7180_s_std,
-	.queryctrl = v4l2_subdev_queryctrl,
-	.g_ctrl = v4l2_subdev_g_ctrl,
-	.s_ctrl = v4l2_subdev_s_ctrl,
 };
 
 static const struct v4l2_subdev_ops adv7180_ops = {