aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pvrusb2/pvrusb2-hdw.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-hdw.h')
-rw-r--r--drivers/media/video/pvrusb2/pvrusb2-hdw.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw.h b/drivers/media/video/pvrusb2/pvrusb2-hdw.h
index 4fc9db3efff2..57e1ff491497 100644
--- a/drivers/media/video/pvrusb2/pvrusb2-hdw.h
+++ b/drivers/media/video/pvrusb2/pvrusb2-hdw.h
@@ -258,9 +258,6 @@ int pvr2_hdw_cmd_powerup(struct pvr2_hdw *);
258/* suspend */ 258/* suspend */
259int pvr2_hdw_cmd_powerdown(struct pvr2_hdw *); 259int pvr2_hdw_cmd_powerdown(struct pvr2_hdw *);
260 260
261/* toggle LED */
262int pvr2_led_ctrl(struct pvr2_hdw *hdw, int onoff);
263
264/* Order decoder to reset */ 261/* Order decoder to reset */
265int pvr2_hdw_cmd_decoder_reset(struct pvr2_hdw *); 262int pvr2_hdw_cmd_decoder_reset(struct pvr2_hdw *);
266 263