[s3c24xx] It's to late...
[openwrt-10.03/.git] / target / linux / s3c24xx / files-2.6.30 / drivers / mfd / glamo / glamo-core.c
index ce896d31edbc56786855ea1f85885f3315759e8d..10f2c7a2afc06e9b89625232998146877f938301 100644 (file)
@@ -127,15 +127,6 @@ static void reg_set_bit_mask(struct glamo_core *glamo,
        spin_unlock(&glamo->lock);
 }
 
-static int __reg_write_batch(struct glamo_core *glamo,
-                       uint16_t start, size_t num, uint16_t *regs)
-{
-       int end = start + num * 2
-       for(end = start + num * 2; start < end; start += 2, ++regs) {
-               *regs = __reg_read(glamo, start);
-       }
-}
-
 static inline void __reg_set_bit(struct glamo_core *glamo,
                                 u_int16_t reg, u_int16_t bit)
 {