aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mfd/glamo-core.h
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2010-06-25 20:17:19 +0200
committerLars-Peter Clausen <lars@metafoo.de>2010-07-03 19:00:46 +0200
commitb5e796d3912e84219d783f2c9c15bfd178821e12 (patch)
tree163273bcb7021f1e126f8eb716f372b195ad36b1 /include/linux/mfd/glamo-core.h
parentf81a8f9f0982decb3932733efb20620bf642a7d6 (diff)
glamo-core: get rid of unused glamo_reg_{read, write}_batch
Diffstat (limited to 'include/linux/mfd/glamo-core.h')
-rw-r--r--include/linux/mfd/glamo-core.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/mfd/glamo-core.h b/include/linux/mfd/glamo-core.h
index 34ec7c4cdf4..ba7c69dce2f 100644
--- a/include/linux/mfd/glamo-core.h
+++ b/include/linux/mfd/glamo-core.h
@@ -52,9 +52,4 @@ int glamo_engine_disable(struct glamo_core *glamo, enum glamo_engine engine);
void glamo_engine_reset(struct glamo_core *glamo, enum glamo_engine engine);
int glamo_engine_reclock(struct glamo_core *glamo,
enum glamo_engine engine, int ps);
-
-void glamo_reg_read_batch(struct glamo_core *glamo, uint16_t reg,
- uint16_t count, uint16_t *values);
-void glamo_reg_write_batch(struct glamo_core *glamo, uint16_t reg,
- uint16_t count, uint16_t *values);
#endif /* __GLAMO_CORE_H */