diff options
author | Mike Isely <isely@pobox.com> | 2008-04-18 00:38:56 -0500 |
---|---|---|
committer | Mike Isely <isely@pobox.com> | 2008-04-18 00:38:56 -0500 |
commit | d6b07a20a76d49c2b0f167d876b3dfe112293d76 (patch) | |
tree | 7f9bb445d0aebadf18b1bbfa46602afb801817db /linux/drivers/media/video/pvrusb2/pvrusb2-hdw.h | |
parent | 72270ba11466300b7c54665c1373c29fab275145 (diff) | |
download | mediapointer-dvb-s2-d6b07a20a76d49c2b0f167d876b3dfe112293d76.tar.gz mediapointer-dvb-s2-d6b07a20a76d49c2b0f167d876b3dfe112293d76.tar.bz2 |
pvrusb2: clean up global functions
From: Adrian Bunk <bunk@kernel.org>
This patch contains the following cleanups:
- make the following needlessly global function static:
- pvr2_hdw_set_cur_freq()
- #if 0 the following unused global functions:
- pvr2_hdw_get_state_name()
- pvr2_hdw_get_debug_info_unlocked()
- pvr2_hdw_get_debug_info_locked()
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Mike Isely <isely@pobox.com>
Diffstat (limited to 'linux/drivers/media/video/pvrusb2/pvrusb2-hdw.h')
-rw-r--r-- | linux/drivers/media/video/pvrusb2/pvrusb2-hdw.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.h b/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.h index e3e965546..879a9fad7 100644 --- a/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.h +++ b/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.h @@ -92,9 +92,6 @@ enum pvr2_v4l_type { /* Translate configuration enum to a string label */ const char *pvr2_config_get_name(enum pvr2_config); -/* Translate a master state enum to a string label */ -const char *pvr2_hdw_get_state_name(unsigned int); - struct pvr2_hdw; /* Create and return a structure for interacting with the underlying |