diff options
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-hdw.h')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-hdw.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw.h b/drivers/media/video/pvrusb2/pvrusb2-hdw.h index 29979bb2a768..b1d80bd2678c 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-hdw.h +++ b/drivers/media/video/pvrusb2/pvrusb2-hdw.h | |||
@@ -205,11 +205,11 @@ int pvr2_hdw_cpufw_get_enabled(struct pvr2_hdw *); | |||
205 | int pvr2_hdw_cpufw_get(struct pvr2_hdw *,unsigned int offs, | 205 | int pvr2_hdw_cpufw_get(struct pvr2_hdw *,unsigned int offs, |
206 | char *buf,unsigned int cnt); | 206 | char *buf,unsigned int cnt); |
207 | 207 | ||
208 | /* Retrieve previously stored v4l minor device number */ | 208 | /* Retrieve a previously stored v4l minor device number */ |
209 | int pvr2_hdw_v4l_get_minor_number(struct pvr2_hdw *); | 209 | int pvr2_hdw_v4l_get_minor_number(struct pvr2_hdw *,int); |
210 | 210 | ||
211 | /* Store the v4l minor device number */ | 211 | /* Store a v4l minor device number */ |
212 | void pvr2_hdw_v4l_store_minor_number(struct pvr2_hdw *,int); | 212 | void pvr2_hdw_v4l_store_minor_number(struct pvr2_hdw *,int,int); |
213 | 213 | ||
214 | /* Direct read/write access to chip's registers: | 214 | /* Direct read/write access to chip's registers: |
215 | chip_id - unique id of chip (e.g. I2C_DRIVERD_xxxx) | 215 | chip_id - unique id of chip (e.g. I2C_DRIVERD_xxxx) |