diff options
Diffstat (limited to 'drivers/media/usb/pvrusb2/pvrusb2-cx2584x-v4l.c')
-rw-r--r-- | drivers/media/usb/pvrusb2/pvrusb2-cx2584x-v4l.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/media/usb/pvrusb2/pvrusb2-cx2584x-v4l.c b/drivers/media/usb/pvrusb2/pvrusb2-cx2584x-v4l.c index c514d0b9ffdc..1a81aa70509b 100644 --- a/drivers/media/usb/pvrusb2/pvrusb2-cx2584x-v4l.c +++ b/drivers/media/usb/pvrusb2/pvrusb2-cx2584x-v4l.c | |||
@@ -152,15 +152,3 @@ void pvr2_cx25840_subdev_update(struct pvr2_hdw *hdw, struct v4l2_subdev *sd) | |||
152 | sd->ops->audio->s_routing(sd, (u32)aud_input, 0, 0); | 152 | sd->ops->audio->s_routing(sd, (u32)aud_input, 0, 0); |
153 | } | 153 | } |
154 | } | 154 | } |
155 | |||
156 | |||
157 | |||
158 | /* | ||
159 | Stuff for Emacs to see, in order to encourage consistent editing style: | ||
160 | *** Local Variables: *** | ||
161 | *** mode: c *** | ||
162 | *** fill-column: 70 *** | ||
163 | *** tab-width: 8 *** | ||
164 | *** c-basic-offset: 8 *** | ||
165 | *** End: *** | ||
166 | */ | ||