diff options
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-hdw.h')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-hdw.h | 3 |
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 a868e52a73a3..74c2503f8e3f 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-hdw.h +++ b/drivers/media/video/pvrusb2/pvrusb2-hdw.h | |||
@@ -91,9 +91,6 @@ enum pvr2_v4l_type { | |||
91 | /* Translate configuration enum to a string label */ | 91 | /* Translate configuration enum to a string label */ |
92 | const char *pvr2_config_get_name(enum pvr2_config); | 92 | const char *pvr2_config_get_name(enum pvr2_config); |
93 | 93 | ||
94 | /* Translate a master state enum to a string label */ | ||
95 | const char *pvr2_hdw_get_state_name(unsigned int); | ||
96 | |||
97 | struct pvr2_hdw; | 94 | struct pvr2_hdw; |
98 | 95 | ||
99 | /* Create and return a structure for interacting with the underlying | 96 | /* Create and return a structure for interacting with the underlying |