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-i2c-core.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-i2c-core.h')
-rw-r--r-- | linux/drivers/media/video/pvrusb2/pvrusb2-i2c-core.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/linux/drivers/media/video/pvrusb2/pvrusb2-i2c-core.h b/linux/drivers/media/video/pvrusb2/pvrusb2-i2c-core.h index e8af5b0ed..6d7e25247 100644 --- a/linux/drivers/media/video/pvrusb2/pvrusb2-i2c-core.h +++ b/linux/drivers/media/video/pvrusb2/pvrusb2-i2c-core.h @@ -75,9 +75,6 @@ unsigned int pvr2_i2c_report(struct pvr2_hdw *,char *buf,unsigned int maxlen); PVR2_I2C_DETAIL_DEBUG |\ PVR2_I2C_DETAIL_HANDLER |\ PVR2_I2C_DETAIL_CTLMASK) -unsigned int pvr2_i2c_client_describe(struct pvr2_i2c_client *, - unsigned int detail_mask, - char *buf,unsigned int maxlen); void pvr2_i2c_probe(struct pvr2_hdw *,struct pvr2_i2c_client *); const struct pvr2_i2c_op *pvr2_i2c_get_op(unsigned int idx); |