diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-30 11:30:20 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-30 11:30:20 -0300 |
commit | 7c9fb6798a34120f38474485b91f47e8b99b3307 (patch) | |
tree | 6dd450488a01295821b013921af64bda65ca0116 /linux/drivers/media/video/pvrusb2/pvrusb2-ioread.h | |
parent | 2113fdfbc030a48c2490ef578e8c4e17f1eaa440 (diff) | |
download | mediapointer-dvb-s2-7c9fb6798a34120f38474485b91f47e8b99b3307.tar.gz mediapointer-dvb-s2-7c9fb6798a34120f38474485b91f47e8b99b3307.tar.bz2 |
Pvrusb2/: possible cleanups
From: Adrian Bunk <bunk@stusta.de>
This patch contains the following possible cleanups:
- make needlessly global code static
- #if 0 unused global functions
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/pvrusb2/pvrusb2-ioread.h')
-rw-r--r-- | linux/drivers/media/video/pvrusb2/pvrusb2-ioread.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/video/pvrusb2/pvrusb2-ioread.h b/linux/drivers/media/video/pvrusb2/pvrusb2-ioread.h index 6b002597f..1d362f833 100644 --- a/linux/drivers/media/video/pvrusb2/pvrusb2-ioread.h +++ b/linux/drivers/media/video/pvrusb2/pvrusb2-ioread.h @@ -33,7 +33,6 @@ void pvr2_ioread_set_sync_key(struct pvr2_ioread *, const char *sync_key_ptr, unsigned int sync_key_len); int pvr2_ioread_set_enabled(struct pvr2_ioread *,int fl); -int pvr2_ioread_get_enabled(struct pvr2_ioread *); int pvr2_ioread_read(struct pvr2_ioread *,void __user *buf,unsigned int cnt); int pvr2_ioread_avail(struct pvr2_ioread *); |