aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/m5602/m5602_po1030.h
diff options
context:
space:
mode:
authorErik Andrén <erik.andren@gmail.com>2008-11-24 12:21:29 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-30 06:39:49 -0500
commit658efb63e4d0620369c301d9401acde10499def2 (patch)
tree1bf276ae6449537569fe1e763c8b8d737d192bff /drivers/media/video/gspca/m5602/m5602_po1030.h
parent082ec3b865f42f722ea304f0d9f05f3124c37388 (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.h2
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);
128int po1030_init(struct sd *sd); 128int po1030_init(struct sd *sd);
129int po1030_power_down(struct sd *sd); 129int po1030_power_down(struct sd *sd);
130 130
131void po1030_dump_registers(struct sd *sd);
132
133int po1030_read_sensor(struct sd *sd, const u8 address, 131int po1030_read_sensor(struct sd *sd, const u8 address,
134 u8 *i2c_data, const u8 len); 132 u8 *i2c_data, const u8 len);
135int po1030_write_sensor(struct sd *sd, const u8 address, 133int po1030_write_sensor(struct sd *sd, const u8 address,