diff options
author | Erik Andrén <erik.andren@gmail.com> | 2008-11-24 12:21:29 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-30 06:39:49 -0500 |
commit | 658efb63e4d0620369c301d9401acde10499def2 (patch) | |
tree | 1bf276ae6449537569fe1e763c8b8d737d192bff /drivers/media/video/gspca/m5602/m5602_po1030.h | |
parent | 082ec3b865f42f722ea304f0d9f05f3124c37388 (diff) |
V4L/DVB (10009): gspca - m5602: Convert some functions to be static
Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/gspca/m5602/m5602_po1030.h')
-rw-r--r-- | drivers/media/video/gspca/m5602/m5602_po1030.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/gspca/m5602/m5602_po1030.h b/drivers/media/video/gspca/m5602/m5602_po1030.h index a0b75ff61d79..02072ccf9258 100644 --- a/drivers/media/video/gspca/m5602/m5602_po1030.h +++ b/drivers/media/video/gspca/m5602/m5602_po1030.h | |||
@@ -128,8 +128,6 @@ int po1030_probe(struct sd *sd); | |||
128 | int po1030_init(struct sd *sd); | 128 | int po1030_init(struct sd *sd); |
129 | int po1030_power_down(struct sd *sd); | 129 | int po1030_power_down(struct sd *sd); |
130 | 130 | ||
131 | void po1030_dump_registers(struct sd *sd); | ||
132 | |||
133 | int po1030_read_sensor(struct sd *sd, const u8 address, | 131 | int po1030_read_sensor(struct sd *sd, const u8 address, |
134 | u8 *i2c_data, const u8 len); | 132 | u8 *i2c_data, const u8 len); |
135 | int po1030_write_sensor(struct sd *sd, const u8 address, | 133 | int po1030_write_sensor(struct sd *sd, const u8 address, |