[s3c24xx] It's to late...

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17056 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Lars-Peter Clausen 2009-07-30 23:37:55 +00:00
parent 0a0f0c663c
commit 453d7df4c0
1 changed files with 0 additions and 9 deletions

View File

@ -127,15 +127,6 @@ static void reg_set_bit_mask(struct glamo_core *glamo,
spin_unlock(&glamo->lock); 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, static inline void __reg_set_bit(struct glamo_core *glamo,
u_int16_t reg, u_int16_t bit) u_int16_t reg, u_int16_t bit)
{ {